Library "FunctionMatrixSolve" Matrix Equation solution for Ax = B, finds the value of x.
solve(A, B) Solves Matrix Equation for Ax = B, finds value for x. Parameters: A: matrix<float>, Square matrix with data values. B: matrix<float>, One column matrix with data values. Returns: matrix<float> with X, x = A^-1 b, assuming A is square and has full rank introcs.cs.princeton.edu/java/95linear/Matrix.java.html
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。