filmov
tv
QUADRATICT Equation LATEX expression using latexify-py

Показать описание
How to generate LATEX expression using latexify-py. E.g QUADRATICT Equation and many other similar mathematical symbols LaTex expression can be generated with latexify.
Use Jupyter notebook for the symbols
import math
import latexify
def QuadraticEquation(a,b,c,x):
return a*x**2 + b*x + c == 0
quadratic equation
00:00 - Introduction
02:44 - Marker 1
02:49 - Marker 1
02:53 - Marker 1
Use Jupyter notebook for the symbols
import math
import latexify
def QuadraticEquation(a,b,c,x):
return a*x**2 + b*x + c == 0
quadratic equation
00:00 - Introduction
02:44 - Marker 1
02:49 - Marker 1
02:53 - Marker 1