-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a symbolic version of the arg function #4498
Comments
comment:1
|
comment:2
Please post a complete session. As is the above is not very clear. Cheers, Michael |
This comment has been minimized.
This comment has been minimized.
comment:4
Is this really an enchancement? As it is, just using arg(x) already raises an error and everything that needs arg() must be implemented numerically. |
comment:5
Yes, this is an enhancement since it is implementing new functionality. -- William |
comment:7
This was also reported in #6220. I will close that as duplicate. |
Changed keywords from none to sd35.5 |
symbolic arg function |
comment:10
Attachment: trac_4498_arg.1.patch.gz |
Author: Karen T. Kohl |
Reviewer: Karl-Dieter Crisman |
comment:11
There are a few small formatting issues, and it would be good to add an example showing that |
comment:12
|
comment:13
I think the Maxima translation may not be correct.
See also Barton Willis' parg, though that only works if having loaded |
Changed reviewer from Karl-Dieter Crisman to Karl-Dieter Crisman, Burcin Erocal |
comment:18
It doesn't appear that you messed anything up, except ...
So apparently that won't work. Otherwise the changes are fine. |
Attachment: trac_4498-arg_evalf.patch.gz |
comment:19
Apparently I didn't run tests, latex output was also broken. attachment: trac_4498-arg_evalf.patch, to be applied after attachment: trac_4498-symbolic_arg.cleanup.patch, implements a new |
This comment has been minimized.
This comment has been minimized.
Changed author from Karen T. Kohl to Karen T. Kohl, Burcin Erocal |
comment:20
This makes a lot more sense. Running tests... Why |
comment:21
Using |
comment:22
I wondered; that makes sense. All looks well. Just a question - do you want to include any of the following as tests?
It's not a big deal to me either way, I just wanted to test them. |
Changed work issues from random tests, Maxima to none |
Merged: sage-5.0.beta4 |
Changed author from Karen T. Kohl, Burcin Erocal to Karen Kohl, Burcin Erocal |
comment:26
standard form for name |
It would be nice if there were a symbolic arg function, just like the symbolic sin, cos, etc., functions. Then the following would happen:
Now we have
I.e., the arg in Sage is currently the numerical person's arg, not the symbolic person's. It just casts to CDF.
"The function should return the argument of a complex function." - Ronan Paixão
Apply
CC: @kcrisman @sagetrac-ktkohl
Component: symbolics
Keywords: sd35.5
Author: Karen Kohl, Burcin Erocal
Reviewer: Karl-Dieter Crisman, Burcin Erocal
Merged: sage-5.0.beta4
Issue created by migration from https://trac.sagemath.org/ticket/4498
The text was updated successfully, but these errors were encountered: