Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqrt.py

使い方

Nを入力し、0からNまでのx=0でのn階微分係数を入力するとその関数の関数的平方根のテイラー展開を出力する

input

11,0,1,0,1,0,1,0,1,0,1,0,1 (N=11まで, sinh x)

output

g(x) ~ x + (1/12)x^3 + (-1/160)x^5 + (53/40320)x^7 + (-23/71680)x^9 + (92713/1277337600)x^11

image

About

関数的平方根に関するツール

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages