photo

Sofie Önnemar


Last seen: 7 months 前 自 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答