-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to mix Complex and SymbolicExpression? #68
Comments
There is a bug: Linq.formatComplexLambda doesn't handle Constant.I I think adding a line will fix the bug.
And use j as ImaginaryOne in Parse.
|
@cdrnet, I have questions: Are the functions at compilation searched in System.Math or System.Numerics.Complex? Is this why Trigonometric.simplify used? So to speak, to avoid missing functions such as Coth? Is it possible to call functions from MathNet.Numerics.Trig or SpecialFunctions? I'd like to use Coth itself and Bessel functions.
|
@diluculo : Has your fixing be committed? I just test but the issue still exist. |
I found the following enlightenment while I was sleeping.
|
Why didn't you also use
|
The following code snippet does not compile because there are no suitable operators for Complex and SymbolicExpression operands in
z * z + i/2
.Any comments are welcome!
The text was updated successfully, but these errors were encountered: