Post Reply 
Question about the use of the CAS solve function in a program
11-12-2023, 10:31 PM (This post was last modified: 11-19-2023 01:53 AM by Gene222.)
Post: #4
RE: Question about the use of the CAS solve function in a program
Regarding the variables used in solve, if the known variables and solve variable are equal to zero and the equation is exact in form, solve will try to find all solutions - symbolically. For example, when running your program with x=0, y=0 and not providing a guess for n (thus n=0), solve will return -sqrt(2), 0, sqrt(2) in brackets. This appears to be another way to symbolically solve an equation in a program.

[Deleted 2nd paragraph, because it was incorrect. The previous post was significantly revised to correct some errors on 11-16-2023 and 11-18-2023.]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question about the use of the CAS solve function in a program - Gene222 - 11-12-2023 10:31 PM



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