문제를 풀었습니다


Make visible max values
Make visible maximum values of rows input = [1 2 3 4 5; 6 9 8 2 1; 2 1 4 5 8; 1 9 7 9 2]; ...

10개월 전

문제를 풀었습니다


Homemade: Control Charts
This problem is a simple version of control charts in statistics. Intput consists from 30 or more observations. * Upper limi...

10개월 전

문제를 풀었습니다


Calculate trends in time series
Create a new variable that has trends in input series. If _t+1_ is bigger than or equal to _t_, than trend in _t_ will be 1, oth...

10개월 전

문제를 풀었습니다


Sum the prime numbers from 1-100
Write a function to sum up the prime numbers from 1-100.

10개월 전

문제를 풀었습니다


Intrication de deux vecteurs
Ecrire une fonction "intric" qui prend en entrée un vecteur ligne v1 et un vecteur ligne v2 et renvoie le vecteur ligne vres don...

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


Lancer de dés
Ecrire une fonction qui imite le lancer d'un dé, i-e qui renvoie de façon aléatoire un entier entre 1 et 6. Attention cette fon...

10개월 전

문제를 풀었습니다


Simple Income Tax

10개월 전

문제를 풀었습니다


Number Puzzle - 118

10개월 전

문제를 풀었습니다


Number Puzzle - 029

10개월 전

문제를 풀었습니다


Number Puzzle - 030

10개월 전

문제를 풀었습니다


Number Puzzle - 031

10개월 전

문제를 풀었습니다


Number Puzzle - 027

10개월 전

문제를 풀었습니다


Simple Circuit of Resistors

10개월 전

문제를 풀었습니다


Angular Velocity

10개월 전

문제를 풀었습니다


Check if the input is a balanced prime

10개월 전

문제를 풀었습니다


Check if the input is a strong prime

10개월 전

문제를 풀었습니다


Check if the input is an interprime

10개월 전

문제를 풀었습니다


Number Puzzle - 026

10개월 전

문제를 풀었습니다


Sort the prime numbers in each row of a matrix
Considering a 3x3 matrix A, sort the prime numbers of each row in ascending order. For exemple: input A=[5 8 2 4; ...

10개월 전

문제를 풀었습니다


Ordinary Annuity : Periodic Payment (Present Value)
Theorem : Present Value of an Ordinary Annuity where; P : Present value of all payments A : Periodic payment r : Interest ...

10개월 전

문제를 풀었습니다


Go back n times
You will be given a column vector (such as x = [1; 2; 3; 4; 5; 6]). If (n=3) you will return following; [ 1 NaN NaN NaN ...

10개월 전

문제를 풀었습니다


Ordinary Annuity : Number of Payments (Present Value)
Theorem : Present Value of an Ordinary Annuity where; P : Present value of all payments A : Periodic payment r : Interest ...

10개월 전

문제를 풀었습니다


Ordinary Annuity : Number of payments (Future Value)
Theorem : Future Value of an Ordinary Annuity where; F : Future value A : Periodic payment r : Rate per period n : Numbe...

10개월 전

문제를 풀었습니다


Ordinary Annuity : Periodic Payments (Future Value)
Theorem : Future Value of an Ordinary Annuity where; F : Future value A : Periodic payment r : Rate per period n : Numbe...

10개월 전

문제를 풀었습니다


Compound Interest : Compounding Periods
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...

10개월 전

문제를 풀었습니다


Compound Interest: Present Value
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...

10개월 전

문제를 풀었습니다


Simple Interest : Calculate time in years
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

10개월 전

문제를 풀었습니다


Compound Interest: Interest Rate
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...

10개월 전

더 보기