Symbolic-Calculator
This is an ongoing project to create a symbolic calculator.
What can it do?
Linear Algebra
- Solve a System of Equations
Here we solve a system of n linear equations in n unkowns.
- Find Eigenvalues and Eigenvectors
Here we find the eigenvalues of a matrix of a given size n
Single Variable Calculus
- Differentiate function f(x)
Here we take input in the form d / dx(f(x)) where f(x) is a function of x.
- Plot y = f(x)
Here we plot a graph from a function of x. E.g. sin(x).