logo

MCE226L, Mini-Project

   

Added on  2022-11-13

8 Pages544 Words433 Views
 | 
 | 
 | 
Running head: MCE226L, Mini-Project
Type equation here .
MCE226L, Mini-Project
Name of the Student
Name of the University
Author Note
MCE226L, Mini-Project_1

MCE226L, Mini-Project1
The Mittag-Leffler function with parameters α, β are given by the following expression.
M L ( α , β ) ( z )=
k=0
zk
Γ ( αk+ β )
The Γ symbol is the gamma function which is defined by,
Γ ( n)=(n1)!
The infinite sum of M-L function is approximated by certain number of terms in which the
error between current and next iteration is less than the tolerance which is En =0.0001. The
values of α, β are considered positive integers here. The values of M-L function for different
z in a user-defined range are printed using C programming.
Flowchart of algorithm:
MCE226L, Mini-Project_2

MCE226L, Mini-Project2
C programme:
#include <stdio.h>
#include <conio.h>
MCE226L, Mini-Project_3

End of preview

Want to access all the pages? Upload your documents or become a member.