help-octave
[Top][All Lists]
Advanced

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

Issues with vpasolve


From: Josh MacEachern
Subject: Issues with vpasolve
Date: Fri, 15 Nov 2019 21:24:52 +0000


Hello, I'm having trouble with using vpasolve. I've tested this code in MATLAB and it works, but when I use it in Octave I get a Pythonexception:ZeroDivisionError. My code is as follows:
>>syms y
>> f = ((y^3*0.3)+5*y^2)/(y*(10+y))==((16221-(1.94*300^2)/(y*(10+y)))/(62.4*y*(10+y)))
sol = vpasolve(f,y)
I do have the symbolic package loaded, so that's not the issue...
Any help would be greatly appreciated

reply via email to

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