Post Reply 
Cas.solve Problem
08-15-2024, 06:45 PM
Post: #8
RE: Cas.solve Problem
(08-14-2024 05:37 AM)ftneek Wrote:  The trouble is likely the size of the constants in this equation ...
where the constants are large, or in general, its a good idea to try and solve symbolically first

What is large? It is all relative, depends on how we define the problem.

Cas> solve(x = sqrt(1-(a*x)^2))                    → []
Cas> solve(x = sqrt(1-(a*x)^2) * b) (b=1)     → {1/√(a^2+1)}

Here, even implied multiply (by 1) need symbol b, is 1 too large?
What about the 1 inside square root ... is that too large too?

I wish solver can figure this out, without user decide what constants need to be symbolic.
In the meantime, remove square root is the way to go, allow solver to recognize quadratic.

Cas> solve(x^2 = (1-(a*x)^2) AND x>=0)     → {1/√(a^2+1)}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cas.solve Problem - megamanu - 08-13-2024, 05:12 PM
RE: Cas.solve Problem - ftneek - 08-13-2024, 10:03 PM
RE: Cas.solve Problem - megamanu - 08-14-2024, 01:37 AM
RE: Cas.solve Problem - ftneek - 08-14-2024, 05:37 AM
RE: Cas.solve Problem - Albert Chan - 08-15-2024 06:45 PM
RE: Cas.solve Problem - megamanu - 08-15-2024, 11:35 PM
RE: Cas.solve Problem - Albert Chan - 08-16-2024, 12:16 AM
RE: Cas.solve Problem - C.Ret - 08-14-2024, 06:19 AM
RE: Cas.solve Problem - megamanu - 08-14-2024, 12:09 PM
RE: Cas.solve Problem - Gene222 - 08-14-2024, 03:12 AM
RE: Cas.solve Problem - parisse - 08-15-2024, 08:02 PM
RE: Cas.solve Problem - megamanu - 08-16-2024, 01:41 AM



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