Post Reply 
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])
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: LinSolve Syntax and Documentation - Didier Lachieze - 11-16-2016 11:39 PM



User(s) browsing this thread: 1 Guest(s)