Solved


divide by 2
divide by 2

9 years ago

Solved


add 6
add 6

9 years ago

Solved


add 5 then divide by 5
add 4 then divide by 5

9 years ago

Solved


raise it to 1/2
raise by 1/2

9 years ago

Solved


Even or Odd
Write a function witch can give us an answer if this a value given x is odd or even, if x is even return true and if x is odd re...

9 years ago

Solved


what is the mass of a 50 N object
what is the mass of a 50 N object

9 years ago

Solved


what is the weight of a 5 kg mass
what is the weight of a 5 kg mass

9 years ago

Solved


convert the given mass in grams to kilo grams
convert the given mass in grams to kilo grams

9 years ago

Solved


convert 10 minutes to seconds
1 minute has 60 seconds

9 years ago

Solved


convert 60 seconds to one minute
1 minute and 60 seconds

9 years ago

Solved


output a 1
output a 1

9 years ago

Solved


make the number a multiple of 5
multiply by 5

9 years ago

Solved


make the number a negative even number
make the number a negative even number

9 years ago

Solved


add 7
+7

9 years ago

Solved


find the distance if the car is going at a speed of 20 m/s in 10 seconds
find the distance if the car is going at a speed of 20 m/s in 10 seconds

9 years ago

Solved


add 5 and divide by 10
add 5 and divide by 10

9 years ago

Solved


divide by 9
divide by 9

9 years ago

Solved


what is the speed of the car if the car travelled 10m in 5 seconds
what is the speed of the car if the car travelled 10m in 5 seconds

9 years ago

Solved


add 4
add 4

9 years ago

Solved


what is sin of 0
what is sin of 0

9 years ago

Solved


what is sin of 0
what is sin of 0

9 years ago

Solved


How to reverse spdiags ?
The spdiags function extracts all nonzero diagonals from the m-by-n matrix A. So if A=[1 2 3;4 5 6;7 8 9], spdiags(A)=[7 4...

9 years ago

Solved


Determine the Result of a Move in Reversi
Note: This is closely related to <http://www.mathworks.com/matlabcentral/cody/problems/2538-find-the-next-legal-move-in-reversi ...

9 years ago

Solved


Tridiagonal matrix
Given vectors u and v, make a tri-diagonal symmetric matrix such that u is in the main diagonal and v is below and above diagona...

9 years ago

Solved


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

9 years ago

Solved


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

9 years ago

Solved


Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...

9 years ago

Solved


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

9 years ago

Solved


03 - Matrix Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3b.png>> A 9x9 matrix of zeros, but with the following v...

9 years ago

Solved


Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...

9 years ago

Load more