photo

Özgür Aktekin


Last seen: quasi 3 anni fa Attivo dal 2016

Followers: 0   Following: 0

Control Engineer

Statistica

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

Visualizza badge

Feeds

Visto da

Risolto


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.

quasi 8 anni fa

Risolto


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

quasi 8 anni fa

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

quasi 8 anni fa | 0

| accettato