Community Profile

photo

Sofie Önnemar


Last seen: 18 días hace Con actividad desde 2020

Estadísticas

Content Feed

Ver por

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

más de 1 año hace | 2 respuestas | 0

2

respuestas