-
Notifications
You must be signed in to change notification settings - Fork 53
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
Why square Jacobians? #371
Comments
Thanks for opening this issue, and good catch! There is no real reason... If you have some time, please, open a PR solving this. |
Sure, I'll do that soon. But while on the topic, I am wondering if
|
I think |
Closed by #372 |
Is there a particular reason why you insist on Jacobian matrices being square?
TaylorSeries.jl/src/calculus.jl
Line 255 in d9ca589
The usual definition allows for nonsquare Jacobians. Also, in the context of ODEs, if you have a time variable
t
then you'll end up with more variables than equations, right?The text was updated successfully, but these errors were encountered: