解決済み


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

2年以上 前

解決済み


I told you not separate me, but you did :( - ACDC
Given input vector, output it's DC and AC value Example: input = 0 1 -1 0 ac = 0 1 -1 0 dc = 0

2年以上 前

解決済み


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

2年以上 前

解決済み


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

2年以上 前

解決済み


Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...

2年以上 前

解決済み


Solve the equation. Find X.

2年以上 前

解決済み


Basic matrix operations using standard MATLAB commands
Create the matrix: 1.0e+15 * 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000...

2年以上 前

解決済み


Find square of given number
Find Square of any number

2年以上 前

解決済み


Calculate time taken by light to reach earth surface
We know the time(seconds) taken by light to reach surface of earth. What if the distance varies yearly or source of light moves ...

2年以上 前

解決済み


Probability of red tulips
I hope to give you bulbs of tulip. But I do not know the color of those petals. I just know that the color is red, white or yell...

2年以上 前

解決済み


Modulation index
The amplitude of the carrier signal is 2V and the amplitude of the modulating signal is 8V. Find its modulation index.

2年以上 前

解決済み


Consecutive Powers
Return 2 numbers and 2 powers such that their difference is 1 A 4 element row vector is expected: x where x(1)^x(2) - x(...

2年以上 前

解決済み


Find parts of a circle.
Given radius (r) of a circle find the diameter (d), circumference (c), an area (a).

2年以上 前

解決済み


Convert from integer to binary
if true % decimalToBinaryVector(x) end

2年以上 前

解決済み


easy problem
Find the last element of the array

2年以上 前

解決済み


Summation of integers

2年以上 前

解決済み


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

2年以上 前

解決済み


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

2年以上 前

解決済み


Calculate BMI
Given weight in kgs and height in metres, calculate body mass index

2年以上 前

解決済み


Absolute Value of the Product of Complex Numbers
Find the absolute value (modulus) of the product of two complex numbers given by a + bi and c + di.

2年以上 前

解決済み


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

2年以上 前

解決済み


persistant sum
There will be 9 tests for this problem. In each test you will be provided with 2 integers n=[n1,n2], where n2 is equal to t...

2年以上 前

解決済み


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

2年以上 前

解決済み


Percentage profit:5: Cumulative Interest
If a bank is giving r% yearly cumulative interest for deposit, how much profit we can get by keeping x amount of money for n mon...

2年以上 前

解決済み


Percentage profit:6: Cumulative Interest
If a bank is giving r% yearly cumulative interest for deposit, how much money we can get by depositing x amount of money monthly...

2年以上 前

解決済み


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

2年以上 前

解決済み


Monte-Carlo integration
Write a function that estimates a d-dimensional integral to at least 1% relative precision. Inputs: * d: positive integer....

2年以上 前

解決済み


The Birthday Phenomenon
First off, leap years are not being considered for this. In fact the year that people are born shouldn't be taken into considera...

2年以上 前

解決済み


Throwing Dice - Will You Be Eaten By The Dragon?
You and a dragon have agreed to let dice rolls determine whether it eats you or not. The dragon will roll a single die, of x si...

2年以上 前

さらに読み込む