ENG
Hi, This is kind of the first serious project i made for a class.
I am delighted to share it with ones that see this. There are still many improvements that can be made, so i will still be working on it. Hope that one day i will write here that it is complete.
Currently or should i say the first file i put here is not able to solve trigonometrical and logarithmic functions, so i am hoping to change that. This program is written in c language.
To evaluate functions i use infix to postfix method algorithm. It can be found as a seperate file in the respitory. I am currently trying to add trigonometric functions into evaluate functions.
There are ten methods in here which are:
1.Bisection Method
2.Regula-Falsi Method
3.Newton-Rapshon Method
4.Finding the Inverse of an NxN Matrix
5.Gauss Elimination Method
6.Gauss Seidal Method
7.Numerical Derivative Method
8.Simpson Methods(1/3 and 3/8)
9.Trapeze Method
10.Gregory Newton Interpolation Without Variable Transformation
TUR
MERHABA, Bu bir ders için yaptığım ilk ciddi proje diyebilirim. Bunu görenlerle paylaşmaktan mutluluk duyuyorum. (LinkedIn kaçmış buraya biraz)
Hala yapılabilecek birçok iyileştirme var, bu yüzden üzerinde çalışmaya devam edeceğim. Umarım bir gün buraya tamamlandığını yazarım.
Yıldız Teknik'ten birinci sınıf arkadaşları beklerim, sayısal analiz projesi genelde pek değişmez. Size yardımcı olabilirsem mutlu olurum. Şu anda buraya koyduğum ilk dosyanın trigonometrik ve logaritmik fonksiyonlar için işlem yapamıyor,bunu değiştirmeyi umuyorum.
Bu program c dilinde yazılmıştır. Fonksiyonları değerlendirmek için infix to postfix yöntemi algoritmasını kullanıyorum. Respitory'de ayrı bir dosya olarak bulabilirsiniz. Şu anda değerlendirme işlevlerine trigonometrik işlevler eklemeye çalışıyorum.
On tane yöntem var:
1.Bisection Yöntemi
2.Regula-Falsi Yöntemi
3.Newton-Rapshon Yöntemi
4.NxN'lik Bir Matrisin Tersini Bulma
5.Gauss Eliminasyon Yöntemi
6.Gauss Seidal Yöntemi
7.Sayısal Türev Yöntemi
8.Simpson Yöntemi
9.Trapez Yöntemi
10.Değişken dönüşümsüz Gregory Newton Enterpolasyonu