Statistiques
RANG
N/A
of 301 824
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 423
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.
7 jours il y a
A résolu
Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...
16 jours il y a
A résolu
Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.
16 jours il y a
A résolu
Find nth triangular number.
Calculate the triangular number of given integer n.
17 jours il y a
A résolu
Turning radius of a vehicle
The turning radius represents the radius of the circular path followed by a vehicle. Given Wheelbase L and Steering angle δ, Co...
17 jours il y a
A résolu
If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.
17 jours il y a
A résolu
Double the 2x2 Matrix
In this challenge, you are given a predefined 2x2 matrix called x. Your task is to multiply every element in this matrix by 2 an...
19 jours il y a
A résolu
Replace All Below-Average Elements in a Matrix with Zero
Given a 2D matrix of numbers, find the mean of all elements. Replace any element that is strictly below the mean with 0. Return ...
19 jours il y a
A résolu
Triangle Area Using Heron's Formula
Given the three side lengths a, b, and c of a triangle, calculate its area using Heron's formula and round to 4 decimal places. ...
19 jours il y a
A résolu
Reverse the characters of a string
Given a string, return the string with characters in reverse order. Example: rev_string('hello') returns 'olleh'
19 jours il y a
A résolu
Sum the main diagonal of a matrix
Given a square matrix, return the sum of its main diagonal elements. Example: diag_sum([1 2 3; 4 5 6; 7 8 9]) returns 15
19 jours il y a
A résolu
Determine if a number is prime
Given a positive integer n, return 1 if it is prime, 0 otherwise. Example: is_prime(7) returns 1, is_prime(4) returns 0
19 jours il y a
A résolu
Convert Celsius temperature to Fahrenheit
Given a temperature in Celsius, return the equivalent in Fahrenheit. Formula: F = C * 9/5 + 32Example: cel2fahr(100) returns 212...
19 jours il y a
A résolu
Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.
19 jours il y a
A résolu
Count how many elements are above the mean
Given a vector, return the count of elements strictly greater than the mean of the vector. Example: above_mean_count([1 2 3 4 5]...
19 jours il y a
A résolu
Basic Algebra I
You should solve the problem 3X - 2 = 7 by finding the value of X. You must use this array/vector [2 3 7]. GOOD LUCK!
20 jours il y a
A résolu
Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!
20 jours il y a
A résolu
Count the even numbers in a multiplication table
A multiplication table that has products of numbers from 1 to 10 has 75 even numbers among the products. Write a function to c...
20 jours il y a











