photo

Sofie Önnemar


Last seen: 4 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten