Risolto


Find Logic 6

circa 2 mesi fa

Risolto


Find Logic 8

circa 2 mesi fa

Risolto


Find Logic 10

circa 2 mesi fa

Risolto


Find Logic 13

circa 2 mesi fa

Risolto


Find Logic 15

circa 2 mesi fa

Risolto


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

circa 2 mesi fa

Risolto


Find Logic 16

circa 2 mesi fa

Risolto


Laws of motion 6

circa 2 mesi fa

Risolto


Laws of motion 3

circa 2 mesi fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 2 mesi fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

2 mesi fa

Risolto


Return area of square
Side of square=input=a Area=output=b

2 mesi fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

2 mesi fa

Risolto


Draw a '0' in a one matrix!

2 mesi fa

Risolto


Easy Sequences 2: Trigonometric function with integral input and output
The function 'F', defined as: , will always return an integer if the input is a natural number (in radian...

2 mesi fa

Risolto


Find Logic 11

2 mesi fa

Risolto


Find Logic 7

2 mesi fa

Risolto


Find Logic 4

2 mesi fa

Risolto


Sum of series VIII

2 mesi fa

Risolto


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

2 mesi fa

Risolto


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

2 mesi fa

Risolto


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

2 mesi fa

Risolto


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

2 mesi fa

Risolto


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

2 mesi fa

Risolto


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

2 mesi fa

Risolto


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

2 mesi fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 mesi fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 mesi fa