Post Reply 
Input data type for fsolve() for PPL
06-29-2019, 12:27 PM
Post: #1
Input data type for fsolve() for PPL
I have a question when calling fsolve() in the program. When calling from cas screen, we can use fsolve() with the following:

fsolve(<equation>, <variable>)

For example, fsolve(sin(x)/x = 0, x)

When calling from program, what is the data type of <equation>, <variable>. I tried string, it doesn’t work.

Any idea about this?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Input data type for fsolve() for PPL - teerasak - 06-29-2019 12:27 PM



User(s) browsing this thread: 1 Guest(s)