Skip to content

Python-Repository-Hub/Mathematics-Python-1

 
 

Repository files navigation

Mathematics Python

01_Linear function(일차함수) 실행 결과
math1

02_Quadratic function(이차함수) 실행 결과
math2

03_Cubic function(삼차함수) 실행 결과
math3

04_Exponential function(지수함수) 실행 결과
math4

05_Logarithmic function(로그함수) 실행 결과
math5

06_Trigonometrical function(삼각함수) 실행 결과
math6

07_Factorization(소인수분해) 실행 결과
소인수분해 할 수: 72
[2, 2, 2, 3, 3]

08_Euclidean algorithm(유클리드 호제법) 실행 결과
작은 수: 27
큰 수: 72
최대공약수: 9

09_Eratosthenes’ sieve(에라토스테네스의 체) 실행 결과
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97

10_Limit value(극한값) 실행 결과
0
2
-log(5) + log(2)
1

11_Differential(미분) 실행 결과
6*x - 2
16

12_Integral(적분) 실행 결과
5 * x ** 4/4 - x ** 3 - 2 * x
8

About

파이썬을 활용한 수학 프로그래밍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published