File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ End Sub
215215''' | Multivariate Linear Regression with regressors/predictors interaction. |
216216''' | |
217217''' | MLR(X;Y;True;'X1:X2') : {{0.8542 + 0.4458*X1 + 0.945*X2 + 0.0792*X1*X2};{0.947;0.9072}} |
218- ''' ------------------------------------------------------------------------------------------
218+ ''' ------------------------------------------------------------------------------------------
219219'''
220220''' ----------------------------------------------------------------
221221''' | Finding a zero for the given function in the interval -2<=x<=3 |
@@ -247,7 +247,7 @@ End Sub
247247'''
248248''' A={{2;4};{-5;1},{3;-8}};b={{10;-9.5;12}}
249249''' --------------------------------------------------------------------
250- ''' | Solving overdetermined system of equations using least squares and |
250+ ''' | Solving overdetermined system of equations using least squares and |
251251''' | the QR decomposition |
252252''' | |
253253''' | MROUND(LSQRSOLVE(A;b);4) : {{2.6576;-0.1196}} |
You can’t perform that action at this time.
0 commit comments