photo

Irfan Turk


Freelancer

Last seen: oltre un anno fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

PhD Mathematics Professional Interests: Numerical Algorithms, Technical Computing

Statistica

All
  • First Review
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
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; ...

circa 5 anni fa | 2

Risposto
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...

circa 5 anni fa | 0