photo

Özgür Aktekin


Last seen: presque 3 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Control Engineer

Statistiques

All
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Check given number is odd or even
Using input [x], check given number is odd or even if x is odd, output should be true.

presque 8 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

environ 8 ans il y a

Réponse apportée
How can i generate chaos sequence
Hi Ammu, You can use the logistic map. x(n+1) = r*x(n)*(1-x(n)) %sequence is chaotic where 3.57 < r < 4. r = 3.8; % ...

environ 8 ans il y a | 0

| A accepté