Skip to content

saishnimbalkar397/graphanalysis

Repository files navigation

MathAnalyzer Professional

An interactive mathematical dashboard that visualizes algebraic and calculus functions in real-time with automated property analysis.

Features

  • 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

Getting Started

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Usage

  1. Enter your primary function f(x) in the first input field
  2. Enter a composite modifier g(x) in the second field
  3. View the real-time graph with three curves:
    • Blue: f(x)
    • Green: f(g(x))
    • Red: f⁻¹(x) (inverse)
  4. Switch to Properties tab to see automated analysis

Tech Stack

  • React + Vite
  • Tailwind CSS
  • Desmos Graphing API
  • Math.js

Examples

Try these functions:

  • x^2 - Parabola
  • sin(x) - Sine wave
  • e^x - Exponential
  • 1/x - Hyperbola
  • sqrt(x) - Square root

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors