Programming solve function
|
06-05-2018, 03:07 AM
(This post was last modified: 06-05-2018 03:08 AM by Carlos295pz.)
Post: #3
|
|||
|
|||
RE: Programming solve function
If you persist in using "radius", you can evade the name resolution CAS-Home by manufacturing the data in strings before sending it to the CAS, in this way it can be done for similar cases.
Code: theta:=fsolve(EVAL("x-SIN(x)=2*q/(v*"+radius+"^2),x=3")); Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Programming solve function - Gene222 - 06-04-2018, 05:07 PM
RE: Programming solve function - Carlos295pz - 06-05-2018, 12:33 AM
RE: Programming solve function - Carlos295pz - 06-05-2018 03:07 AM
RE: Programming solve function - Gene222 - 06-05-2018, 03:07 AM
|
User(s) browsing this thread: 1 Guest(s)