An interactive mathematical dashboard that visualizes algebraic and calculus functions in real-time with automated property analysis.
- Real-time graphing using Desmos API
- Function composition visualization f(g(x))
- Implicit inverse rendering
- Automated analysis: Symmetry, Injectivity, Continuity
- Clean dashboard UI with split-pane layout
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build- Enter your primary function f(x) in the first input field
- Enter a composite modifier g(x) in the second field
- View the real-time graph with three curves:
- Blue: f(x)
- Green: f(g(x))
- Red: f⁻¹(x) (inverse)
- Switch to Properties tab to see automated analysis
- React + Vite
- Tailwind CSS
- Desmos Graphing API
- Math.js
Try these functions:
x^2- Parabolasin(x)- Sine wavee^x- Exponential1/x- Hyperbolasqrt(x)- Square root