Solved


compter le nombre de zéros dans une matrice
écrire une fonction count_zeros qui prend en entrée une matrice M et détermine le nombre de zéros dans une matrice

8 months ago

Solved


Définir une fonction creneau
Definr une fonction "creneau" qui prend en entrée un vecteur et renvoie la valeur 1 pour chaque élément positif du vecteur et...

8 months ago

Solved


Linear system of equations
Solve the system of equations in three variables.

8 months ago

Solved


Moyenne pondérée
Ecrire une fonction qui prend en entrée un vecteur P et un vecteur V et calcule la moyenne pondérée MP des élements vi d'un vec...

8 months ago

Solved


sinus de pulsation a
Ecrire une fonction sinat qui prend en entrée un vecteur t (de valeurs croissantes) et renvoie un vecteur y de de même dimensi...

8 months ago

Solved


How many figures currently exist?
Return the number of figures that exist at any given time.

9 months ago

Solved


Create the following sequence : 0 1 1 4 9 25 64 169 ...
The sequence 0, 1, 1, 4, 9, 25, 64, 169, ... represents the square of the sequence of Fibonacci numbers. Let n repres...

9 months ago

Solved


Palindrome numbers
Find the palindrome numbers (two or more digits) from 1 to n where n is the number passed to the function.

9 months ago

Solved


Palindrome Check
Check whether the entire matrix is palindrome or not. Example matrix = [7 8 7] matrix_reverse = [7 8 7] So the mat...

9 months ago

Solved


Calculate value of capacitor
Given the value of resistance and time at which capacitor charges to it's 99%. calculate the value of capacitor

9 months ago

Solved


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

9 months ago

Solved


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

9 months ago

Solved


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

9 months ago

Solved


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

9 months ago

Solved


Output a vector which is table of 9
Output a vector which is table of 9

9 months ago

Solved


Volume of Cylinder
Compute the Circumference of a Cylinder given it's radius and height.Here x is the radius and y is the height

9 months ago

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

9 months ago

Solved


Determine if a row vector has NaN
Determine if a row vector x has NaN

9 months ago

Solved


Test if a number is numeric or not
Test if a number is numeric or not

9 months ago

Solved


find the value

9 months ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

9 months ago

Solved


Square
square root of x

9 months ago

Solved


Repeat elements of a vector
Repeat each elements of a given vector according to their values. * x=[1,2,1,3] * y=[1,2,2,1,3,3,3]

9 months ago

Solved


Anagram
Given two strings, check whether they're anagrams to each other or not.

9 months ago

Solved


Do they touch?
The center and radius of two circles are given. Determine whether they touch.

9 months ago

Solved


num to char
make num into char

9 months ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

9 months ago

Solved


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

9 months ago

Solved


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

9 months ago

Solved


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

9 months ago

Load more