Community Profile

photo

George Berken


The Boldt Company

Last seen: 1 giorno fa Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

  • Indexing IV Master
  • Indexing III Master
  • First Review
  • Indexing II Master
  • Cody5 Easy Master
  • Cody Challenge Master
  • Divisible by x Master
  • Matrix Manipulation I Master
  • Sequences And Series I Master
  • Indexing I Master
  • Draw Letters
  • Community Group Solver

Visualizza badge

Feeds

Visto da

Risolto


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

circa 5 ore fa

Risolto


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

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


Find the moving-average of the elements of a vector
Example Input vector: [1 2 3 4] output vector: 1st element=1/1, 2nd element=(1+2)/2, 3rd element=(1+2+3)/3, 4th element=(1+2...

circa 6 ore fa

Risolto


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

circa 6 ore fa

Risolto


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

circa 7 ore fa

Risolto


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

circa 7 ore fa

Risolto


Determine if vector has any zeroes
Return 1 if vector has atleast 1 zero, else return 0

circa 7 ore fa

Risolto


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

circa 7 ore fa

Risolto


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

circa 7 ore fa

Risolto


Is the number of 1s in a binary integer odd or even?
Your function should turn the input integers into binary form and count the number of 1s in the binary. If the number is odd, re...

circa 7 ore fa

Risolto


Acid-Base Chemistry: Which side of the reaction is more favorable?
In an Acid-Base reaction, there is always going to be an acid, a base, a conjugate acid, and a conjugate base. When provided wit...

circa 7 ore fa

Risolto


01-01: 正弦波の生成
「MATLABで学ぶ実践画像・音声処理入門」のプログラム1-1 と同じ正弦波を、サンプリング周波数 10kHz で生成し、返却する関数を作成せよ。

circa 7 ore fa

Risolto


JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...

circa 7 ore fa

Risolto


Determine if input is a Harshad number
In mathematics a harshad number (or Niven number) in a given number base is an integer that is divisible by the sum of its digit...

circa 8 ore fa

Risolto


Leave a thumb-up to pass
Just leave a Like, and a comment if you wish. Then wait, and submit.

circa 8 ore fa

Risolto


Compute the area of the shoemaker’s knife
A shape resembling a shoemaker’s knife is constructed from a semicircle with diameter with two semicircular “bites” of diameter...

circa 8 ore fa

Risolto


solve the passcode
hello , I know how to solve this manually but I want to challenge to create code to auto solve it

circa 14 ore fa

Risolto


An array is given that contains the marks. Find out the highest 3 marks
An array is given that contains the marks received by a group of students in their class test. Find out the highest 3 marks rec...

circa 14 ore fa

Risolto


Given a matrix X, manipulate it accordingly
Given a matrix X, 1st add a column to the matrix whose elements are the summation of each rows. Then add a row to the matrix who...

circa 14 ore fa

Risolto


Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.

circa 14 ore fa

Risolto


Repeat a string (not a character array)
True string are a relatively recent addition to MATLAB, first having been available in R2016. Strings contrast with character ar...

circa 15 ore fa

Risolto


The rabbit problem
Suppose a newly-born pair of rabbits, one male, one female, are put in a field. Rabbits are able to mate at the age of one month...

circa 15 ore fa

Risolto


Radius of an inner N-dimensional sphere
A hypercube is an N-dimensional analogue of a square (N=2). Similarly, an N-sphere is an N-dimensional analogue of a circle. Not...

circa 16 ore fa

Risolto


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

circa 16 ore fa

Risolto


Check for armstrong number
Given a number, check if it is an armstrong number. Eg: n = 371 Output: 1 Eg: n = 75 Output: 0

circa 16 ore fa

Carica altro