Solved


find the dot product of x*x
x = [2]

4 years ago

Solved


find the hypotenuse of triangle
a = 1 b = 2 c = ?

4 years ago

Solved


find y = a/b
a/b are numbers

4 years ago

Solved


Find the minimum of the vector....
v = [ 1 2 3]

4 years ago

Solved


what is the sum of 1,2,3,4,5,6
Addition Problem easy

4 years ago

Solved


2+2
add 2+2

4 years ago

Solved


Convert grams of Carbon to Moles
Stoichiometry...fun!

4 years ago

Solved


Use a timetable to analyze a train timetable (Part 1)
Oh no, you missed your train to Boston! Find the departure time of the next available train by analyzing the train timetable. Th...

4 years ago

Solved


Compute a determinant
Write a function to compute the determinant of an x matrix with diagonal entries equal to an integer and other entries equal ...

4 years ago

Solved


Find the circumference of the circle
geometry

4 years ago

Solved


Find the circumference of the circle
Geometry

4 years ago

Solved


Find the area of the circle
geometry

4 years ago

Solved


three digits
Input three digits no larger than 4,say 1,2 and 3, write the possible largest number composed(concatenation and power) only by t...

4 years ago

Solved


That's not my hat!
There exists a highly secretive hat consortium. Members possess identical hats. The members are invited to a meeting. All of the...

4 years ago

Solved


Define the higher order function - foldl
Given a binary function f, a starting value a, and a list (row vector) xs of values, the higher order function foldl folds the f...

4 years ago

Solved


Random Problem14 - Multiply a vector by a scalar of 2
Multiply a vector by a scalar of 2

4 years ago

Solved


Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...

4 years ago

Solved


Determine whether the given number is palindrome or not.
A palindromic number (also known as a numeral palindrome or a numeric palindrome) is a number (such as 16461) that remains the s...

4 years ago

Solved


String Manipulator
Write a script that takes a string as an input and returns a cell array containing – I. the count of vowels. II. Find the ind...

4 years ago

Solved


Get twenty-four
Inpur four integers in 1 to 10, you may use plus, minus, multiply and divid to get 24. Note that every integer should be used on...

4 years ago

Solved


RandomProblem32
Solve for the answer

4 years ago

Solved


RandomProblem33
Solve for the answer.

4 years ago

Solved


Random Problem12- Squaring a number
Square the number

4 years ago

Solved


RandomProblem13-Cube a number
Cube a number

4 years ago

Solved


Fill a rectangle with 1x1 and 2x2 tiles
A 3x2 rectangle can be filled with 1x1 and 2x2 tiles in three ways: The colors merely distinguish the sizes of the tiles. A 3...

4 years ago

Solved


Palindrome Problem 1
Continued Problem 50033: A palindrome is one-thirteenth of the sum of and , where and are also palindrome. Give an example o...

4 years ago

Solved


Multiply by 3
Multipy the thingy by 3

4 years ago

Solved


Square Rooting a Number
This MATLAB Cody exercise requires you to take a number x, square root it, and get y

4 years ago

Solved


prime consecutive sums
Create a number sequence of 1 to n, such that the sums of every two consecutive numbers are all primes. E.g. if n = 5, you may ...

4 years ago

Solved


N-th Digit of all Write-Down Numbers
Write-Down Numbers are: 123456789101112131415161718192021222324252627282930... What is the N'th digit (where N is represented a...

4 years ago

Load more