photo

Irfan Turk


Freelancer

Last seen: mehr als ein Jahr vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

PhD Mathematics Professional Interests: Numerical Algorithms, Technical Computing

Statistik

All
  • First Review
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
I need a program to check prime numbers
%This code find all prime numbers %upto the entered number clear all; N=input('Prime Numbers until:'); if N<2 return; ...

etwa 5 Jahre vor | 2

Beantwortet
Writing a function to find prime numbers
You can find all prime numbers upto a certain number with the following code %This code find all prime numbers %upto the enter...

etwa 5 Jahre vor | 0