Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

5 months ago

Solved


Find max
Find the maximum value of a given vector or matrix.

5 months ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

5 months ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

5 months ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

5 months ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

5 months ago

Solved


Check Euler's characteristic on regular polyhedra
Problem statement Given the number of vertices and the number of faces of a given regular polyhedron, compute the number of its...

5 months ago

Solved


Mesh the square with triangles
Problem statement An square is a regular polygon with 4 vertices and 4 edges. A triangulated mesh T (stands for triangles he...

5 months ago

Solved


Mesh the pentagon (with the minimum number of triangles)
Problem statement An pentagon is a regular polygon with 5 vertices and 5 edges. Here below is an example of the vertex set V,...

5 months ago

Solved


Mesh the tetrahedron
Problem statement An tetrahedron is a regular polyhedron with 4 vertices and 4 triangular faces. It is also one of the five w...

5 months ago

Solved


Mesh the cube
Problem statement : mesh the cube with quadranglar / squared faces An cube / regular hexahedron is a regular polyhedron with ...

5 months ago

Solved


Mesh the octahedron
Problem statement An octahedron is a regular polyhedron with 6 vertices and 8 triangular faces. It is also one of the five we...

5 months ago

Solved


Kinetic energy calculation

5 months ago

Solved


Potential energy calculation

5 months ago

Solved


Total energy

5 months ago

Solved


Laws of motion 6

5 months ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

5 months ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

5 months ago

Solved


Laws of motion 3

5 months ago

Solved


Laws of motion 2

5 months ago

Solved


Laws of motion 1

5 months ago