SymPy - Tutorial for Beginners (Python)

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 25

  • @mccpytutorials7955
    @mccpytutorials7955  3 года назад +12

    Time Stamps:
    2:18​ - Getting started with SymPy
    2:18​ - from browser (CoCalc.com) vs. downloading
    3:27​ - different ways to import
    ----4:21​ - import sympy
    ----6:00​ - import sympy as sp
    ----6:53​ - from sympy import
    ----9:14​ - from sympy import *
    12:39​ - sp.init_printing()
    13:35​ - sp.init_session()
    15:28​ - Symbolic Computation
    18:14​ - converting symbolic form to number
    24:06​ - defining and using "symbols"
    30:19​ - using symbols in an expression
    ----31:22​ - substitution
    ----34:27​ - gcd and factoring expressions
    ----38:17​ - expansion
    ----41:25​ - simplifying expressions
    45:52​ - solving equations
    ----49:33​ - using "sympify" to solve user-inputted equations
    52:32​- Matrices
    55:33​ - 2D Plotting

  • @achimbuchweisel2736
    @achimbuchweisel2736 3 года назад +6

    Thanks a lot! :) Pleasant style and pace. Good job.

  • @bikalbaral1394
    @bikalbaral1394 3 года назад +2

    Thank you so much, this is what I wanted.

  • @derekboase9996
    @derekboase9996 3 года назад +1

    Brilliant work! Thanks for sharing.

  • @jonathanhucker424
    @jonathanhucker424 2 года назад +1

    Really informative tutorial! I have a lot of experience with NumPy and have just recently been introduced to SymPy. I recently started graduate school and am a TA in a statistical physics course and was hoping to be able to direct students to supplementary material as appropriate regarding sympy. Would you have any issues with me using some examples from this tutorial?

  • @keatonporch5847
    @keatonporch5847 3 года назад +5

    Going more in depth on the graphing capabilities would be awesome! Such as 3d graphing or vector fields if that is possible on sympy.

    • @keatonporch5847
      @keatonporch5847 3 года назад +1

      Any idea when the graphing video may come out?

    • @mccpytutorials7955
      @mccpytutorials7955  3 года назад +2

      Thanks! It's definitely on my list, but I don't have a timeframe, in the meantime see docs.sympy.org/latest/modules/plotting.html

  • @AbdelrahmanAhmed-zg4ho
    @AbdelrahmanAhmed-zg4ho 3 года назад +2

    great work,
    thank you so much

  • @danielrico3352
    @danielrico3352 3 года назад

    Hey there! I'm beginner on python and I would like to ask you, how to fix this poblem: "importing sympy.core.symbol with 'from sympy import *' has been deprecated since SymPy 1.6. Use import sympy.core.symbol instead"? I tried many ways to write it but never fix it!

  • @yorker3148
    @yorker3148 3 года назад +2

    Thanks , very informative !! Is it possible to convert the output into PDF ?

    • @mccpytutorials7955
      @mccpytutorials7955  3 года назад +2

      Thanks! Yes - on CoCalc you can go to File -- Download as -- PDF

    • @yorker3148
      @yorker3148 3 года назад +2

      @@mccpytutorials7955 I meant if there is a functionality in SymPy to create PDF.

    • @mccpytutorials7955
      @mccpytutorials7955  3 года назад +2

      @@yorker3148 Hmm, well not specific to SymPy but here's a source regarding saving Python code as PDF, which would include SymPy: stackoverflow.com/questions/20412038/printing-python-code-to-pdf

  • @じゅげむ-s6b
    @じゅげむ-s6b 3 года назад

    a little hard to hear your voice, good thing there's captions. Thank you, this is just what i was searching for and it's recent :D

  • @michaelscience2481
    @michaelscience2481 3 года назад +1

    Thank you so much

  • @blackdreams3180
    @blackdreams3180 2 года назад +1

    nice!

  • @philtoa334
    @philtoa334 3 года назад +1

    Nice thx.

  • @anon31415
    @anon31415 2 года назад

    LaTeX pronunciation...
    "Insiders pronounce the χ of TeX as a Greek chi, not as an ‘x’, so that TeX rhymes with the word blecchhh. It’s the ‘ch’ sound in Scottish words like loch or German words like ach; it’s a Spanish ‘j’ and a Russian ‘kh’. When you say it correctly to your computer, the terminal may become slightly moist."