photo

Will Murphy


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
217,311
of 299,737

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Coding a quadratic root finder
Hi I'm trying to code a quadratic root finder that works in the cases that b^2 - 4ac is positive, negative and zero as well as n...

5 years 前 | 3 个回答 | 0

3

个回答

提问


The quotient and remainder of a number divided by another (Euclidean Division)
Hi, I'm trying to write a code that takes (n,d)∈ ZxN & returns (q,r)∈ Z^2 such that n = qd + r with 0<=r<d. How do I go about t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


sum of real numbers up to n using recursive code
I'm trying to make more sense of recursive code as I have only very recently started using matlab. I was wondering how I would g...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Sum of integers up to n using a while loop
Hi, I've recently started coding as part of my uni maths course, however I am struggling very much with the learning curve. I w...

5 years 前 | 1 个回答 | 0

1

个回答