Symbolica Computer Algebra System
11–20 of 126 posts
Re: Symbolica Computer Algebra System
#12How does this compare to SAGE?
Re: Symbolica Computer Algebra System
#13> Get a license key for offline use, generated from a licensed Symbolica session. The key will remain valid for 24 hours.
lmao
This is a really impressive project, but the practically always-on requirement - including an internet connection to go offline - is absolutely hilarious.
Also, the requirement for me to "get a quote" to get an idea of how much it'll cost me? I'm not going to even bother trying the free trial. I can tell you how much MatLab cost me for my personal projects - $149.
Now I'm not saying MatLab and this are an apples to apples comparison (not even close), but y'all are chopping yourselves off at the knees.
Re: Symbolica Computer Algebra System
#14> Sometimes a Symbolica license key is needed on a machine that is not connected to the internet. For this purpose, an offline key that is valid for 24 hours can be generated from a valid license key on a machine that is connected to the internet. Even Mathematica doesn't pull shit like that.
from symbolica import \*
set_license_key('YOUR_KEY')
print(get_offline_license_key())Re: Symbolica Computer Algebra System
#15Re: Symbolica Computer Algebra System
#16> a state-of-the-art commercial computer algebra system while being as open as possible > Get a license key for offline use, generated from a licensed Symbolica session. The key will remain valid for 24 hours. lmao This is a really impressive project, but the practically always-on requirement - including an internet connection to go offline - is absolutely hilarious. Also, the requirement for me to "get a quote" to g…
Symbolica is developed by only one person, so forgive me if I can't get every aspect of the project right on the first try (especially the non-technical part) :) I will see about removing the online on start-up part. It's essentially the only anti-piracy step that I have.
At the moment there is no fixed cost for use in industry, since the price will vary based on the amount of users and other factors.
Re: Symbolica Computer Algebra System
#17There is a missing variable declaration in the Colab playground. y = Expression.var('y') e = 1/(x*y+1) e = e.derivative(x) md(e.to_latex()) I suppose, the first line should be: x, y = Expression.var('x', 'y')
x, y = Expression.vars('x', 'y')
indeedRe: Symbolica Computer Algebra System
#18This only seems to focus on polynomial equations. If so it is a bit of a strech to call it a CAS
Deep down every CAS is about manipulating polynomials :)
Re: Symbolica Computer Algebra System
#19> Sometimes a Symbolica license key is needed on a machine that is not connected to the internet. For this purpose, an offline key that is valid for 24 hours can be generated from a valid license key on a machine that is connected to the internet. Even Mathematica doesn't pull shit like that.
Re: Symbolica Computer Algebra System
#20> Students and hobbyists can use Symbolica for free. Once Symbolica is being used professionally, either in an academic context or in a commercial company, a license is required. The preferred license model for academic use is an institution-wide license.