We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e158433 commit 9227a35Copy full SHA for 9227a35
README.md
@@ -4,7 +4,10 @@
4
<div>
5
<h3>Cauchy problem for ordinary differential equation</h3>
6
[ordinary differential equation](https://github.com/StrongerProgrammer7/Algorithm-of-computing-math/files/10481565/CAUCHY.PROBLEM.FOR.ORDINARY.DIFFERENTIAL.EQUATION.pdf)
7
-<p>Realise method Euler</p>
+<p>Realise method Euler(C++ & C#) <br>
8
+   Runge-Kutt 2,4<br>
9
+   Adams-Bashfort 4,Multon 2</p>
10
+<p align="center"><img src="https://user-images.githubusercontent.com/71569051/218527541-e0d14f8b-51f7-492c-9bf7-7fc638eacb74.png"></p>
11
</div>
12
13
<h3>Interpolation by cubic splines</h3>
0 commit comments