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:24:26 -0700 (PDT)

I add an example.

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

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

>> g=function_handle(f)
g =

@(d) [0; -1 ./ d]

%********************************



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



reply via email to

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