Skip to content
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

Extend Jacobian Features in Calculus #39218

Open
1 task done
Kritika75 opened this issue Dec 29, 2024 · 0 comments · May be fixed by #39283
Open
1 task done

Extend Jacobian Features in Calculus #39218

Kritika75 opened this issue Dec 29, 2024 · 0 comments · May be fixed by #39283

Comments

@Kritika75
Copy link

Kritika75 commented Dec 29, 2024

Problem Description

The Jacobian function computes partial derivatives but does not include higher-order derivatives, sparsity checks, or structural features.

Proposed Solution

Feature that can be added:
Hessian Option: Include a hessian=True parameter to compute the Hessian matrix directly.
Sparse Jacobian: Provide an option to compute sparse Jacobians for large systems.
Rank Analysis: Add functionality to compute the rank of the Jacobian matrix.

Alternatives Considered

Implementing separate functions for Hessians and sparse matrices

Additional Information

The proposed features improve the Jacobian function to address advanced computational needs, such as higher-order derivatives, sparse representations, and structural analysis.

Adding a Hessian option enables direct computation of second-order derivatives, essential for optimization and curvature analysis.

Sparse Jacobians improve efficiency for large-scale systems by reducing memory and computation overhead.

Rank analysis provides insights into the dimensionality and feasibility of solutions, crucial for constraint systems and differential equations.

These features expand the function's versatility

Is there an existing issue for this?

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.

@mkoeppe can i work on this issue?

@Kritika75 Kritika75 linked a pull request Jan 5, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant