(CAS) Symbolic vs Numeric Solver (Non CAS)
|
06-09-2022, 06:11 PM
Post: #5
|
|||
|
|||
RE: (CAS) Symbolic vs Numeric Solver (Non CAS)
Hi Tim,
a very simple example: In CAS solve(a*x^2+b*x+c=0,x) will deliver you the well known formulas: {(-b+SQRT(-4*a*c+b))/(2*a), (-b-SQRT(-4*a*c+b^2))/(2*a)}. But be aware that CAS is rather limited. If I type in solve(a*x^3+b*x^2+c*x+d=0,x) no solution is given despite a formula for the solution exists. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(CAS) Symbolic vs Numeric Solver (Non CAS) - tim_crouse - 06-09-2022, 12:22 AM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - rawi - 06-09-2022, 09:16 AM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - tim_crouse - 06-09-2022, 10:56 AM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - C.Ret - 06-09-2022, 05:37 PM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - rawi - 06-09-2022 06:11 PM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - parisse - 06-10-2022, 05:57 AM
RE: (CAS) Symbolic vs Numeric Solver (Non CAS) - tim_crouse - 06-10-2022, 06:12 PM
|
User(s) browsing this thread: 1 Guest(s)