photo

Prasad Reddy


Dell International

Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

All
MATLAB Answers

1 Domanda
20 Risposte

Cody

3 Problemi
186 Soluzioni

RANK
1.108
of 297.716

REPUTAZIONE
66

CONTRIBUTI
1 Domanda
20 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
20

RANK
 of 20.469

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
878
of 159.428

CONTRIBUTI
3 Problemi
186 Soluzioni

PUNTEGGIO
2.395

NUMERO DI BADGE
11

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Introduction to MATLAB Master
  • Speed Demon
  • Creator
  • Knowledgeable Level 2
  • Commenter
  • Promoter
  • CUP Challenge Master
  • Community Group Solver
  • Thankful Level 1
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


Find max prime number
Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example: n = 10 --> mpn = 7

circa 2 anni fa

Risolto


Find out sum of prime number till given number
Find out sum of prime number till given number Example, if number is 10, then answer must be 17.

circa 2 anni fa

Risolto


Diagonal Prod

oltre 2 anni fa

Risolto


Area of the yellow shaded region

oltre 2 anni fa

Risolto


Squares inside a square!

oltre 2 anni fa

Risolto


Number Puzzle - 052

oltre 2 anni fa

Risolto


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

oltre 2 anni fa

Risolto


Sum My Indices
Given inputs M and N (in that order), output an MxN matrix whose entries are equal to the sum of their indices. Example input...

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni 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...

oltre 2 anni 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...

oltre 2 anni 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 :...

oltre 2 anni 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 :...

oltre 2 anni 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 :...

oltre 2 anni 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...

oltre 2 anni 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...

oltre 2 anni 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'.

oltre 2 anni fa

Risolto


Determine if a given input is even or odd?
Given an input, determine if even or odd.

oltre 2 anni fa

Risolto


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

oltre 2 anni 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...

oltre 2 anni 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...

oltre 2 anni 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)

oltre 2 anni 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 ...

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


Slope intercept application
Find y given slope (m), x, and y intercept (b).

oltre 2 anni fa

Risolto


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

oltre 2 anni fa

Risolto


Circumscribed circles
Given the lengths of the 3 sides of a triangle, output the radius of the circumscribed circle. Example: [3 4 5] -> 2.5

oltre 2 anni fa

Risolto


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

oltre 2 anni fa

Risolto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

oltre 2 anni fa

Carica altro