Welcome to this repository! Here, you'll find a collection of C programs covering various topics in Numerical Analysis and Real Analysis. These programs were created during my academic journey and are shared here to assist you in your studies.
-
Alphabet Counter.c
- Count occurrences of each alphabet in a given string.
-
Amicable_Number.c
- Determine if two numbers are amicable.
-
Armstrong_Number.c
- Check if a number is an Armstrong number.
-
BINOMIAL 2.C
- Binomial distribution simulation.
-
Bernoulli Trial Using C Programming .c
- Simulate Bernoulli trials using C.
-
Bubblesort Algorithm in C.c
- Implementation of the Bubblesort algorithm.
-
Delete_Vowel_From_String.c
- Remove vowels from a given string.
-
Drawing Sample Using SRSWOR .C
- Draw a simple random sample without replacement.
-
Finding out Frequency Distribution from Sample of Normal Distribution .c
- Calculate frequency distribution from a sample of a normal distribution.
-
Finding out Quartiles Using C .c
- Compute quartiles from a dataset.
-
First Four Central Moment Using C .c
- Calculate the first four central moments.
-
First Four Central Moments .c
- Another implementation for calculating the first four central moments.
-
Forward Interpolation Formula Using C Programming .c
- Implement forward interpolation formula.
-
Forward Interpolation.c
- Forward interpolation with another approach.
-
Four_Central_Moment 2.c
- Calculate four central moments with a different approach.
-
Frequency Distribution Using C Programming .c
- Generate frequency distribution.
-
Lagrange Interpolation .c
- Implement Lagrange interpolation.
-
Method of Bisection Using C Programming .c
- Solve equations using the method of bisection.
-
Newton Raphson Method Using C Programming .c
- Apply the Newton-Raphson method to find roots.
-
Permutations_of_entered_Digits.c
- Generate permutations of entered digits.
-
Sample From Binomial Distribution .C
- Generate a sample from the binomial distribution.
-
Sample From Exponential Distribution .C
- Create a sample from the exponential distribution.
-
Sample From Standard Cauchy Distribution .C
- Generate a sample from the standard Cauchy distribution.
-
Sample From Uniform Distribution .C
- Generate a sample from the uniform distribution.
-
Sample from Cauchy Distribution .C
- Generate a sample from the Cauchy distribution.
-
Sample from Chi Square Distribution .C
- Generate a sample from the Chi Square distribution.
-
Sample from Geometric Distribution .C
- Generate a sample from the geometric distribution.
-
Sample from Normal Distribution .c
- Generate a sample from the normal distribution.
-
Sympson's one-third rule using C Programming .c
- Apply Simpson's one-third rule for numerical integration.
-
Taylor Series Expansion Of Sinx .c
- Perform Taylor series expansion for sin(x).
-
Taylor Series Expansion using C Programming .c
- Implement Taylor series expansion using C.
-
Tic_Tac_Toe.c
- Play the classic game of Tic Tac Toe.
-
Trapezoidal Rule Using C Programming .c
- Implement the trapezoidal rule for numerical integration.
-
Uniform.c
- Generate uniform random numbers.
-
bisection 2.c
- Another implementation of the bisection method.
-
spearman Rank Correlation Using C Programming .c
- Compute Spearman's rank correlation coefficient.
Feel free to explore, use, and modify these codes as needed. Happy coding!