
Will Murphy
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 159,663
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0