-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tough Nut edited this page Sep 28, 2024
·
11 revisions
This repository contains easy-to-follow Number Theory problems solved using MATLAB—perfect for beginners! Each code starts with core concept explanations, making it both a learning resource for Number Theory and a practical guide to MATLAB.
By solving these problems, you'll become familiar with key MATLAB functions such as:
-
Basic functions:
input
,fix
,for
,while
,if
,disp
,fprintf
,isempty
,error
-
Mathematical functions:
sum
,mod
,gcd
,isprime
,powermod
-
Plotting functions:
linspace
,plot
,xlabel
,ylabel
,title
You'll also explore topics like syntax, arrays, and how to create user-defined functions in MATLAB.
Feel free to ask questions or share your thoughts in the comments—I’d love to hear from you!