-
Notifications
You must be signed in to change notification settings - Fork 8
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
Laplace Transform drops unary minus #64
Comments
@grzegorzmazur Can you help here? Should this issue be created at https://github.com/grzegorzmazur/yacas/issues instead? |
Yes, please. |
@Quiigi Can I please ask you to open this issue in the yacas repo ^^? |
grzegorzmazur
added a commit
to grzegorzmazur/yacas
that referenced
this issue
Mar 24, 2022
OK, fixed (but for now only in upstream yacas). Thank you for finding and reporting the issue :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The file
yacas/transforms.rep/code.ys
starts like this:I believe that last rule, on line 6, is incorrect. To correctly express linearity, it should preserve the sign, i.e.,
Likely that issue exists upstream in yacas itself, and is not specific to this R interface.
The text was updated successfully, but these errors were encountered: