I'm a data scientist (also just dabbling in Julia), and I found your channel a few months back, and it's always a treat to watch! Diverse subjects, yet systematic in what you learn, always getting better. Congratulations to your 100th episode! ✨
I use maxima as my main CAS. I can build Lagrangean and derive Euler-Lagrange equations from it, and integrate them by numerical ode solvers, etc. And the whole process is relatively easy compared to Python’s sympy or Julia’s symbolics system. But I guess the computation speed is not optimal with maxima. I hope Julia symbolics and symbolicnumericintegration system grow mature quickly enough.
I want to take this opportunity to thank you for the time and effort you've put into creating such an amazing resource. Your passion for the subject matter shines through in every episode, and your dedication to helping others learn is truly inspiring. Once again, congratulations on your 100th episode, and here's to many more to come! :-)
Congrats on 100 episodes! I use Mathematica (and have since the early 90’s) to ‘get the physics right’ when building simulations. I solve as much as possible symbolically & simplify the expressions as much as possible, then code the expressions up.
Thank you for making this walkthrough! Symbolics is so cool. I'm going to use julia as a calculator in my physics class so I can get better at it. Having a package that can be used so hands-on makes it a lot easier to understand the basics!
I am a bit behind in watching and trying your tutorials, but rest assured I am very grateful they are there for me to try as and when in the future. Many thanks.
Hi, thanks for all the great videos :) I use symbolic computation for group-theoretic problems, or representation-theoretic problems : think computing tensor products of representations, decomposition into irreducibles, etc. I've used Mathematica and SageMath so far, maybe I'll use julia for that in the future !
Hi! I am using computer algebra systems for numerical analysis. Sometimes I need to apply a differential operator to a fuction (think partial derivatives, laplacian, curl or huge combinations of those) and then use output function on some values. Sometimes I need to run experiments with different input functions, so without CAS I would need to manually write out the output function for each input function. Automatic differentiation is also not helpful in my case, as it is very slow for higher derivatives(which occur often in my case) For python I used SymPy (julia wrapper exists). BTW thanks for the introduction, this package might be very useful for me.
Thanks for the kind words and thanks for watching! Unfortunately, I don't have any videos on this subject, but Adrian Salceanu (creator of Genie.jl) gave a presentation on Interactive Dashboards using Genie at JuliaCon 2022: th-cam.com/video/YEQLTCWxDuM/w-d-xo.html Also, Genie has their own TH-cam channel where they have several helpful tutorials: www.youtube.com/@genieframework/videos Hope that helps!
Congratulations on providing a consistently high quality channel. Always interesting and informative.
Thanks, and thank you for your support!
Congratulations on your 100th episode and thanks for making them 🎉
Thank you! and thanks for watching!
I'm a data scientist (also just dabbling in Julia), and I found your channel a few months back, and it's always a treat to watch! Diverse subjects, yet systematic in what you learn, always getting better. Congratulations to your 100th episode! ✨
Always an honor to have data scientists watching! Thank you for the kind words!
I use maxima as my main CAS. I can build Lagrangean and derive Euler-Lagrange equations from it, and integrate them by numerical ode solvers, etc. And the whole process is relatively easy compared to Python’s sympy or Julia’s symbolics system. But I guess the computation speed is not optimal with maxima. I hope Julia symbolics and symbolicnumericintegration system grow mature quickly enough.
Congrats for 100th! worth a little Bluey dance at the end 🤣. Merci!!!!
Thank you for your support since the very beginning!
I want to take this opportunity to thank you for the time and effort you've put into creating such an amazing resource. Your passion for the subject matter shines through in every episode, and your dedication to helping others learn is truly inspiring.
Once again, congratulations on your 100th episode, and here's to many more to come! :-)
Thank you for the kind words! It's been my honor to make these videos!
Congrats on 100 episodes. I have watched all of the Julia vids and they really keep getting better, this is the best one so far!
Thanks for the kind words and thanks for watching!
Congrats on 100 episodes! I use Mathematica (and have since the early 90’s) to ‘get the physics right’ when building simulations. I solve as much as possible symbolically & simplify the expressions as much as possible, then code the expressions up.
Interesting. That makes sense. Thanks for sharing, and thanks for being one of my early viewers!
Thank you for making this walkthrough! Symbolics is so cool. I'm going to use julia as a calculator in my physics class so I can get better at it. Having a package that can be used so hands-on makes it a lot easier to understand the basics!
I am a bit behind in watching and trying your tutorials, but rest assured I am very grateful they are there for me to try as and when in the future. Many thanks.
You're welcome!
Thanks!
Thank YOU!
Hi, thanks for all the great videos :)
I use symbolic computation for group-theoretic problems, or representation-theoretic problems : think computing tensor products of representations, decomposition into irreducibles, etc. I've used Mathematica and SageMath so far, maybe I'll use julia for that in the future !
Thanks for sharing and have fun playing around with Julia!
Excellent topic for a 100th episode!
Thanks for watching and thanks for being a Channel Member!
Hi! I am using computer algebra systems for numerical analysis.
Sometimes I need to apply a differential operator to a fuction (think partial derivatives, laplacian, curl or huge combinations of those) and then use output function on some values.
Sometimes I need to run experiments with different input functions, so without CAS I would need to manually write out the output function for each input function.
Automatic differentiation is also not helpful in my case, as it is very slow for higher derivatives(which occur often in my case)
For python I used SymPy (julia wrapper exists).
BTW thanks for the introduction, this package might be very useful for me.
Interesting. Thanks for sharing!
Hi! Thanks for vídeo. Your vídeo it's cool and Easy to understand. Do you have any playlist about building dashboard using genie?
Thanks for the kind words and thanks for watching! Unfortunately, I don't have any videos on this subject, but Adrian Salceanu (creator of Genie.jl) gave a presentation on Interactive Dashboards using Genie at JuliaCon 2022: th-cam.com/video/YEQLTCWxDuM/w-d-xo.html Also, Genie has their own TH-cam channel where they have several helpful tutorials: www.youtube.com/@genieframework/videos Hope that helps!
@@doggodotjl Thank you so much!
Julia is a great language, but this Symbolic has not Taylor expansion feature.