photo

Sofie Önnemar


Last seen: 4ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Find the positive entries in a matrix
Write a function positivecounter.m that takes as an input matrix A and gives as an output the number of positive entries in matr...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


How to write an quadratic.m function
I have the equation: ax2 + bx + c = 0. - Equation does not have real roots if d= b2 −4ac < 0. - Equation has two real roots x1...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to write an if-else statement for a function
The function is: f(n) = sqrt(1 + f(n-1)) if n>1 and f=2 if n=1 but I don't know how to start even.

2年弱 前 | 2 件の回答 | 0

2

回答