Python for Undergraduate Engineers
  • About
  • Book
  • Gear
  • Now
  • Archives
  1. Tags
  2. sympy

Solving Two Equations for Two Unknowns and a Statics Problem with SymPy and Python

Date Wed 03 October 2018 Tags python / sympy / symbolic math

SymPy (http://www.sympy.org) is a Python library for symbolic math.

In symbolic math, symbols represent mathematical expressions. In a numerical calculation, the value of pi is stored as an estimate of pi, a floating point number close to 3.14.... In a symbolic math expression, the value of …

more ...

Solving Equations and Writing Expressions with SymPy and Python

Date Tue 02 October 2018 Tags python / sympy / symbolic math

SymPy (http://www.sympy.org) is a Python library for symbolic math.

In symbolic math, symbols are used to represent mathematical expressions. An example of a symbolic math expression is below:

$$ x^{2} + y^{2} = z $$

In the expression above, we have the variables $x$, $y$ and $z$.

If we …

more ...

About Peter Kazarinoff
I teach engineering at a community college in the Pacific Northwest. I am interested in programming and how to help students. Here I mostly blog about Python, and how programing can be incorporated into engineering education.

  • Recent Posts

    • Solving Two Equations for Two Unknowns and a Statics Problem with SymPy and Python
    • Solving Equations and Writing Expressions with SymPy and Python
  • Tags

    • engineering
    • flask
    • jupyter
    • jupyter notebook
    • matplotlib
    • microcontroller
    • micropython
    • pelican
    • python
    • sensor
  • GitHub Repos

    Status updating...

    @professorkazarinoff on GitHub

© 2018 Peter Kazarinoff · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top