How to get all solutions to e^x=1
|
09-16-2024, 04:34 AM
Post: #2
|
|||
|
|||
RE: How to get all solutions to e^x=1
I downloaded the source code for Giac and took a look. Looks like the n_0 approach is only used for trigonometric functions, so I'm not sure this is possible without a change to the CAS.
I hacked in a solution in solve.cc: Code:
It works, though its output can be unwieldy for non-simplistic cases. (I suppose this could be true of the trig functions as well.)
I think this could be a nice approach, though this behavior change could be surprising. It might need a separate configuration setting and other work for it to be generally acceptable. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to get all solutions to e^x=1 - townba - 09-12-2024, 04:08 AM
RE: How to get all solutions to e^x=1 - townba - 09-16-2024 04:34 AM
|
User(s) browsing this thread: 1 Guest(s)