Resuelto


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

5 meses hace

Resuelto


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

5 meses hace

Resuelto


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

5 meses hace

Resuelto


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

5 meses hace

Resuelto


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 meses hace

Resuelto


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

5 meses hace

Resuelto


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...

6 meses hace

Resuelto


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...

6 meses hace

Resuelto


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,...

6 meses hace

Resuelto


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...

6 meses hace

Resuelto


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

6 meses hace

Resuelto


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...

6 meses hace

Resuelto


Kinetic energy calculation

6 meses hace

Resuelto


Potential energy calculation

6 meses hace

Resuelto


Total energy

6 meses hace

Resuelto


Laws of motion 6

6 meses hace

Resuelto


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

6 meses hace

Resuelto


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

6 meses hace

Resuelto


Laws of motion 3

6 meses hace

Resuelto


Laws of motion 2

6 meses hace

Resuelto


Laws of motion 1

6 meses hace