help-octave
[Top][All Lists]
Advanced

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

Re: symbolic fsolve


From: tmacchant
Subject: Re: symbolic fsolve
Date: Thu, 20 Aug 2015 23:13:58 -0700 (PDT)

I completely misunderstand the situation.
The symbolic "solve" works.

>> syms x;
>> solve(x == 2*x + 6, x)
ans = (sym) -6

>> syms d, x;
>> solve(0 == d*x^2+x,x)
ans = (sym 2x1 matrix)

  [ 0 ]
  [   ]
  [-1 ]
  [---]
  [ d ]

See also: http://octave.sourceforge.net/symbolic/function/@sym/solve.html

Tatsuro


Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/symbolic-fsolve-tp4672190p4672205.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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