LinSolve Syntax and Documentation
|
11-16-2016, 11:39 PM
Post: #2
|
|||
|
|||
RE: LinSolve Syntax and Documentation
linsolve and LinSolve are two different functions with different syntax.
linsolve is a CAS function while LinSolve is a function of the Linear Solver application. If the Linear Solver is the active application you can call directly: LinSolve([[1,5,8],[2,6,9]]), otherwise you need to use the full name: Linear_Solver.LinSolve([[1,5,8],[2,6,9]]). In CAS mode the syntax for linsolve is: linsolve([x+5*y=8, 2*x+6*y=9],[x,y]) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
LinSolve Syntax and Documentation - chris.bragg - 11-16-2016, 10:59 PM
RE: LinSolve Syntax and Documentation - Didier Lachieze - 11-16-2016 11:39 PM
RE: LinSolve Syntax and Documentation - chris.bragg - 11-17-2016, 01:24 AM
RE: LinSolve Syntax and Documentation - toshk - 11-17-2016, 02:56 AM
|
User(s) browsing this thread: 2 Guest(s)