Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Repeat with y as k

$
0
0

@brett_knoss wrote:

d = .05
n = .01
g = .015
s = .3
k=6
yn( k, s, d, g,) = k-(d+n+g)*k + s*k^(1/3)

I have this function, and it calculates yn= 6.09514 . Now I would like to replace k with yn, and find a new yn, and repeat that 50 times.

Posts: 12

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles