Question

How to write this on matlab ? I have the code from maple .... please help me ... ASAP.... I a: 9 230:= ln (at k3 ) 6 CBCK

0 0
Add a comment Improve this question Transcribed image text
Answer #1

PLEASE UPVOTE THE ANSWER, IT WILL BE APPRECIATED. THANK YOU :).

a= [10; 9; 8; 7] % semi-colon is used for next row

b= [ 11;13; 14; 15]

syms k x % x is a variable that will store values of k

a30= symsum(log(a[k])* log(b[k]), k, 1, 20)

c30= symsum(log(a[k]), k, 1, 20 )

d30= symsum(log(b[k]), k, 1, 20 )

c[k]= ((log(a[k])- log(b[k]))^2)

SSEL= symsum(c[k], k, 1, 20)

NOTE- For

(1) 3 - は

Here f(k) is a function of k,

then, F1 = symsum f(k),k, a, b)

Add a comment
Know the answer?
Add Answer to:
How to write this on matlab ? I have the code from maple .... please help...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT