Solved


Find Logic 24

4 years ago

Solved


Find Logic 8

4 years ago

Solved


Find Sum of array

4 years ago

Solved


Find Logic 29

4 years ago

Solved


Find square of given number
Find Square of any number

4 years ago

Solved


Find Logic 23

4 years ago

Solved


Find Logic 18

4 years ago

Solved


Find Logic 12

4 years ago

Solved


Find Logic 11

4 years ago

Solved


Find Logic 27

4 years ago

Solved


Find Logic 30

4 years ago

Solved


Find Logic 10

4 years ago

Solved


Find Logic 13

4 years ago

Solved


Find Logic 6

4 years ago

Solved


Area Conversion 1

4 years ago

Solved


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

4 years ago

Solved


Find the number of zeros in a matrix
Find the number of zeros in a matrix

4 years ago

Solved


Extract the main diagonal of a matrix
Extract the main diagonal of a matrix and return as an array. For example, the main diagonal of the following matrix would be: ...

4 years ago

Solved


Self-Description
This is a simplified version of the <http://xkcd.com/688/ *xkcd comic* by the same name>. Simply return the angle (in degrees...

4 years ago

Solved


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

4 years ago

Solved


leap year
find the number of leap years within the given time interval

4 years ago

Solved


07 - Common functions and indexing 2
Define _eMat_: <<http://samle.dk/STTBDP/Assignment1_3e.png>> Calculate eMean as the mean across the rows of _eMat_. The an...

4 years ago

Solved


Find Index of maximum Value and maximum Value of a vector
Find the Index of the first occurrence of the maximum value in a vector and also the maximum value in the vector. Example: [...

4 years ago

Solved


Separate even from odd numbers in a vector - without loops
*Without using loops*, rearrange a vector of integers such that the odd numbers appear at the beginning, and even numbers at the...

4 years ago

Solved


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

4 years ago

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

4 years ago

Solved


Can the given sides form a triangle?
Can the three given sides form a triangle?

4 years ago

Solved


construct matrix with identical rows
Input a row vector such as x=1:10. Now we need to construct a matrix with L rows,of which every row vector is a copy of x. E...

4 years ago

Solved


Box!
Given a box, find the volume of the cube. With each side = a.

4 years ago

Solved


05 - Vector Equations 1
Define the vector _cVec_: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of -0....

4 years ago

Load more