Community Profile

photo

Fuad Hasan


Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Cody Challenge Master
  • Quiz Master
  • Magic Numbers II Master
  • Cody Problems in Japanese Master
  • Sequences And Series I Master
  • Scholar
  • Project Euler I
  • Leader
  • Speed Demon
  • Creator
  • Draw Letters
  • Introduction to MATLAB Master

Visualizza badge

Feeds

Visto da

Risolto


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. For...

25 giorni fa

Risolto


give nth decimal place of pi
max 15th place after the decimal point is ok for now

25 giorni fa

Risolto


Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!

25 giorni fa

Risolto


Solve the equation. Find X.

27 giorni fa

Risolto


Area of Ellipse

27 giorni fa

Risolto


Find The area of the square
Given that the length of the side of a square is x, find the area.

27 giorni fa

Risolto


Generate vector according to sign of vector
Generate vector according to sign of vector Example: If A=[-2 0 5] then output must be[-1 0 1] meaning that for negative n...

27 giorni fa

Risolto


Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'

27 giorni fa

Risolto


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

27 giorni fa

Risolto


Crate a vector of logarithmically spaced
Create a vector of logarithmically spaced from 10^0 to 10^x with n sample Example: if x=4 and n=3 Answer must be=[1 100 10...

27 giorni fa

Risolto


Find 10's complement
Find 10's complement of a given number. An example is <http://electrical4u.com/9s-complement-and-10s-complement/ shown here>.

27 giorni fa

Risolto


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

27 giorni fa

Risolto


R2012b atan in Degrees
Return in degrees the atan result of inputs for all four quadrants. *Examples:* [x, y] Degrees 1 0 0 1 1 ...

27 giorni fa

Risolto


Simple polynomial evaluation
Compute the value of a polynomial of degree n with all coefficients '1', at value x. n is always n>=0. p(x)=1+x+x^2+...+x^n...

27 giorni fa

Risolto


Row avg

27 giorni fa

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

27 giorni fa

Risolto


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

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

27 giorni fa

Risolto


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

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

27 giorni fa

Risolto


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

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

27 giorni fa

Risolto


square of a number
find square of a given number

27 giorni fa

Risolto


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

27 giorni fa

Risolto


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

27 giorni fa

Risolto


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

27 giorni fa

Risolto


Watt
Ampere x Volt = Watt

27 giorni fa

Risolto


Box
Give the volume of a box, x is equal to the body diagonal.

27 giorni fa

Risolto


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

27 giorni fa

Risolto


Check if integer is a prime number
Check if integer i is a prime number. Returns logical true '1' if it is.

27 giorni fa

Carica altro