A résolu


Number Power
Raise a number to itself.

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


find the value

environ un an il y a

A résolu


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

environ un an il y a

A résolu


Square
square root of x

environ un an il y a

A résolu


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]

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


num to char
make num into char

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

Charger plus