
Eric Mueller
Followers: 0 Following: 0
commodity risk management
Estadística
0 Problemas
1007 Soluciones
CLASIFICACIÓN
N/A
of 297.503
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.449
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
103
of 159.017
CONTRIBUCIONES
0 Problemas
1007 Soluciones
PUNTUACIÓN
11.333
NÚMERO DE INSIGNIAS
25
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Draw matrix 'Swiss flag'( Euro 2020)
Draw a x-by-x matrix 'Swiss flag' using '1' and 0.(x is odd and bigger than 4) Example x=5 ans = [1 1 1 1 ...
más de 3 años hace
Resuelto
Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...
casi 4 años hace
Resuelto
What is the distance from point P(x,y) to the line Ax + By + C = 0?
Given a point, P(x,y), find the distance from this point to a linear line. INPUTS: x, y, A, B, C OUTPUTS: d, the distance ...
casi 4 años hace
Resuelto
Calculate the hypotenuse of a right triangle without using ^ and sqrt ()
Find out the hypotenuse of right triangle. Say a = 4, b = 3 then c = 5 Please don't use ^ and sqrt() function.
alrededor de 4 años hace
Resuelto
Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.
alrededor de 4 años hace
Resuelto
Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...
más de 4 años hace
Resuelto
Angle of triangle
For three unknown points a b c, given three sides ab bc ca, find three angles abc bca cab in radians. Your function should b...
más de 4 años hace
Resuelto
Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number
más de 4 años hace
Resuelto
Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]
más de 4 años hace
Resuelto
Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.
más de 4 años hace
Resuelto
Matrix multiplication
Multiply two incoming matrices via matrix multiplication
más de 4 años hace
Resuelto
Given the variable x as your input, multiply it by four, then divide it by two. Then put the result in y.
If x = 5, y = 4*5/2 = 10
más de 4 años hace
Resuelto
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
más de 4 años hace
Resuelto
0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.
más de 4 años hace