Solved


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

11 months ago

Solved


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

11 months ago

Solved


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

11 months ago

Solved


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

11 months ago

Solved


Normalizing a vector
Normalizing a set of values is an important operation in mathematics, consisting in affinely transforming a set of values in an ...

11 months ago

Solved


Function substitution (1)
Evaluate the function for the given values of the variables N and t

11 months ago

Solved


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

11 months ago

Solved


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

11 months ago

Solved


Remove the air bubbles from a vector
_*A reduced version of Problem 112*_ Given a column vector v, return a vector w in which all the zeros have "bubbled" to the ...

11 months ago

Solved


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

11 months ago

Solved


Given a Vector v1, create v2 which is the sum of each two adjacent elements in v1. {length(v2)=length(v1)-1}
if v1 is [1 2 3 4 5 6 7 8] then v2 should be [3 5 7 9 11 13 15]. if v1 is [1; 3; 5; 7] the...

11 months ago

Solved


Number Puzzle - 036

11 months ago

Solved


string comparision
compare two strings if both are same return 1 else return 0

11 months ago

Solved


Given a matrix A (size m x n) create a matrix B which consists of matrix A sorted in descending order by columns and then by rows.
--------------- A= [ 2 6 -3 7 12 0 -12 5 1] --------------- B= [12 7 1 6 2 0 5 -3 ...

11 months ago

Solved


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

11 months ago

Solved


Moore-Penrose pseudoinverse of matrix
Find the command for Moore-Penrose pseudoinverse of matrix and solve

11 months ago

Solved


Number Puzzle - 037

11 months ago

Solved


EZ7
EZ

11 months ago

Solved


EZ9
EZ

11 months ago

Solved


EZ8
EZ

11 months ago

Solved


EZZ
EZZ

11 months ago

Solved


Throw common elements of two vector arrays in sorted manner
Throw common elements as output in sorted manner (acending order) of two given input vector arrays

11 months ago

Solved


EZ
EZ

11 months ago

Solved


Change number representation to HEX
Given a number change it's representation to HEX and output it.

11 months ago

Solved


Matrix Transposition
Given a matrix and an index, perform matrix transposition as follows - Replace non-corner value of ith ring from outside, with...

11 months ago

Solved


EZ10
EZ

11 months ago

Solved


To convolve two vectors
To convolve two vectors

11 months ago

Solved


EZ6

11 months ago

Solved


EZ4

11 months ago

Load more