photo

Seanice Thompson


2018년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


How to plot a function and each starting value in different colors? (Newton's Method)
I have to plot a dot at each starting point (x0, 0) in red, green and blue, if the method converges to the roots of the function...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How do I complete my code to plot the Moody Chart?
function [f] = frictionFactor(Re, ed) %Re = Reynolds Number, ed = eps/d, relative roughness colebrook = @(f) 1/sqrt(f)+...

6년 초과 전 | 답변 수: 2 | 0

2

답변