Skip to content

Fullstack website that calculate numerical methods problem with beautiful graph, step-by-step solution

License

Notifications You must be signed in to change notification settings

tonkaew131/NumerProject

Repository files navigation

NumerProject

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

Installation

Developing

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

Building

To create a production version of your app:

npm run build

File stucture

Contributing

Feel free to fix my error.

Authors

  • Athicha Leksansern - Initial work - Tonkaew

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Fullstack website that calculate numerical methods problem with beautiful graph, step-by-step solution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published