Giter VIP home page Giter VIP logo

ajaykrmnc / numerical_analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amankanojiya/numerical_analysis

0.0 0.0 0.0 540 KB

This Module is Numerical analysis, an area of mathematics and computer science that creates, analyzes, and implements algorithms for obtaining numerical solutions to problems involving continuous variables. Such problems arise throughout the natural sciences, social sciences, engineering, medicine, and business.

License: Apache License 2.0

Python 100.00%

numerical_analysis's Introduction

VERSION 1.0.1

Downloads

Numerical Analysis

This Module is Numerical analysis, area of mathematics and computer science that creates, analyzes, and implements algorithms for obtaining numerical solutions to problems involving continuous variables. Such problems arise throughout the natural sciences, social sciences, engineering, medicine, and business.

New Added

Official Release

Pypi , Pepy

How to Install

Pip install this module from your console

pip install numerical-analysis-aman

Import this module to your Work Space

# Import In Python File
from Numerical_Analysis_Aman import <Module>
# =>> _MODULES_
# -> Numerical_Algebra
# -> Numerical_Analysis
# -> Numerical_Integration
# -> Numerical_Interpolation

# Import all
from Numerical_Analysis_Aman import *

Explore (How It Works)

This at present contain 4 parts You can explore them from Below and have some idea about all methods and Functions

Numerical Integration

This part contain interpolation.
x=Numerical_Analysis_Aman.Numerical_Integration(lower,upper,function)

Numerical Analysis

This part contain Integration Method having Three method
x = Numerical_Analysis_Aman.Numerical_Analysis(x_0,y_0,x_given,gap,function)

Numerical Interpolation

This part contain Analysis Method having Four method
x=Numerical_Analysis_Aman.Numerical_Interpolation(x_list,y_list,find_value)

Numerical Algebra

This part contain Analysis Method having Three method
x=Numerical_Analysis_Aman.Numerical_Algebra(list_1,list_2,list_3)

Usage/Examples

Example and sample for input and how to work on it

import Numerical_Analysis_Aman as na

x = na.Numerical_Integration(2,7,"1/(5*x+3)")
y = na.Numerical_Analysis(0,1,0.2,0.1,"((x**3)*(math.e**(-2*x))-(2*y))")
z = na.Numerical_Interpolation([1891,1901,1911,1921,1931],[46,66,81,93,101],1925)
w = na.Numerical_Algebra([10,1,-1,11.19],[1,10,1,28.08],[-1,1,10,35.61])

# All of them are Initiated at once you can use them individualy as per requirement

# default Itrations - 2
print(x.Trapazoid(  ))
print(x.Simpson_13( ))
print(x.Simpson_38( ))

# default Itrations - 4
print(y.Eular( ))
print(y.EularModified( ))
print(y.RungaKutta( ))

print(z.Langrangian( ))
print(z.Newton_Divided( ))
print(z.Newton_Forward( ))
print(z.Newton_Backward( ))

# default Itrations - 6
print(w.Jacobi( ))
print(w.Gauss_Seidel( ))
# needed Additional list for 4 variable
# print(w.Gauss_Seidel_4(list_4))

Contact

Authors

If any Issue Contact Me through Email [email protected]

license

MIT License
This repository is licensed under the MIT license. See LICENSE for details.

numerical_analysis's People

Contributors

amankanojiya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.