help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Symbolic tool error


From: Xeyos
Subject: Symbolic tool error
Date: Tue, 9 Sep 2014 00:21:45 -0700 (PDT)

Hi I have this small piece of code that gives me an error that I can not
solve: 
code:
 x = sym("x");
 y = sym("y");
 f = m*x+q-y;
 g =((x-E2)^2)+((y-N2)^2)-((type(4))^2);
 a = symfsolve(f,g);

m,q,E2,N2,type(4) are constant.

Errors:
error: can't perform indexing operations for ex type
erorr: evaluating argument list element number 1
erorr: evaluating argument list element number 2




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Symbolic-tool-error-tp4666435.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]