photo

charlotte davis


Rensselaer Polytechnic Institute

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


help with this matlab script
Write a MATLAB script which will load an n x 2 matrix A of data and determine slope m and y intercept b of a line which minimize...

10 years 前 | 1 个回答 | 0

1

个回答

提问


approximating pi with taylor series expansion to the 10,000th term
This was my code: I=0 while (I<10000) I=((-1)^I)/(2*I+1) end x=4*I so when I do that the answer shows as x ...

10 years 前 | 1 个回答 | 0

1

个回答