Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (anonymous):

MATLAB.... please help me with these question, i have no idea on how to start on question 3 and 4

OpenStudy (ghazi):

you've got to write whole matlab program ...

OpenStudy (anonymous):

can you give me an idea as to how i cud start writing da code? or if u know of any good online lectures notes dat wud be of help?..... cos this is very new to me :/

OpenStudy (ghazi):

do you have any book for matlab?

OpenStudy (anonymous):

da lecture notes i have are really bad, so i dont know where i cud build da knowledge for something like dis.... i have a book called applied numerical methods with matlab, it dusnt help much or maybe i dont know where i cud find questions like dese in da book, i've had a good look

OpenStudy (unklerhaukus):

2.?

OpenStudy (unklerhaukus):

oh, 3. and 4. lemme see

OpenStudy (anonymous):

@UnkleRhaukus i have done two, but if you know how to do it, den id really like to check my code with urs, dats if you wont mind writing da code.... but i really need help with 3 and 4 at the moment

OpenStudy (anonymous):

i have the matlab software... i understand dat i can get many books on matlab,.... but what i really need is books with similar examples or problems... thanks tho @ghazi

OpenStudy (unklerhaukus):

im quite new to MATLAB, and i not able to help with these questions yet, i haven't even learnt how to integrate in matlab yet, how did you do 2. ?

OpenStudy (anonymous):

function En = moment_of_inertia(n) if n == 0 %The function below is evaluated when n=0. En = 1-1/exp(1); %Calculates the value of n when n=0. else %The function below it is evalutated when n is not equal to zero. En = 1-n*moment_of_inertia(n-1); %Calculates the value of n when it is not equal to zero. end well dats how i started off^

OpenStudy (anonymous):

dat integrates da function... dere is more coding for da 3rd part of the question

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!