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

Is this the Julia native version of SymPy? #2

Open
djsegal opened this issue Jul 17, 2017 · 1 comment
Open

Is this the Julia native version of SymPy? #2

djsegal opened this issue Jul 17, 2017 · 1 comment

Comments

@djsegal
Copy link

djsegal commented Jul 17, 2017

As in:

  • SymPy.jl is just a wrapper for a python library
  • This is built from the ground up in Julia

?

@dalum
Copy link
Owner

dalum commented Jul 17, 2017

It could be. 😄

But I don't have plans for making symbolic integration or equation solvers. I'm mostly interested in having a library that can simplify small matrix products and compile into parameterised functions, motivated by the fact that you get a 4-8x speedup on @def f = A^2 or @def f = A^-1 for small matrices at the moment, compared to naively inverting the numerical matrices. And I really hate writing function signatures too, when the parameters can be inferred from the function body.

It's my first package, though, so it's very much still a learning process for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants