Fullstack website that calculate numerical methods problem with beautiful graph, step-by-step solution built on SvelteKit, PlanetScale, Prisma, TailwindCSS, Plotly.js, Typescript, Vercel, Lucia Auth, math.js, KaTeX, shadcn-svelte. It can solve for
- Root of Equation
- Graphical method
- Bisection search
- One-point iteration method
- Newton-Raphson method
- Secant method
- Linear Algebra Equation
- Cramer's rule
- Guass elimination
- Guass Jordan elimination
- Matrix Inversion
- LU decomposition method
- Cholesky decomposition method
- Jacobi iteration method
- Guass-Seidal iteration method
- Conjugate gradient method
- Interpolation
- Newton divided-difference
- Lagrange interpolation
- Spline interpolation
- Extrapolation
- Simple regression
- Multiple regression
- Integration
- Trapezoidal rule
- Composite trapezoidal rule
- Simpson rule
- Composite Simpson rule
- Differentiation
- Numerical differentiation
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
- src/
- lib/: Library / Components
- server/: Server logic
- solutions/: Each solution component
- lib/: Library / Components
Feel free to fix my error.
- Athicha Leksansern - Initial work - Tonkaew
This project is licensed under the MIT License - see the LICENSE file for details