Resuelto


Orthogonalize a 2x2 matrix using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize two linearly independent column vectors. Return two output column vectors that are...

alrededor de 2 meses hace

Resuelto


Sort (high on middle, low on ends)
Sort the vector of numbers in order low-high-low. Even numbers appear in ascending order on the left and odd numbers appear in d...

alrededor de 2 meses hace

Resuelto


sinus de pulsation a
Ecrire une fonction sinat qui prend en entrée un vecteur t (de valeurs croissantes) et renvoie un vecteur y de de même dimensi...

alrededor de 2 meses hace

Resuelto


Logic x

alrededor de 2 meses hace

Resuelto


Logic 11

alrededor de 2 meses hace

Resuelto


Logic 12

alrededor de 2 meses hace

Resuelto


Logic 9

alrededor de 2 meses hace

Resuelto


Logic 8

alrededor de 2 meses hace

Resuelto


Logic 6

alrededor de 2 meses hace

Resuelto


Logic 3

alrededor de 2 meses hace

Resuelto


Logic 4

alrededor de 2 meses hace

Resuelto


Logic 5

alrededor de 2 meses hace

Resuelto


Logic 7

alrededor de 2 meses hace

Resuelto


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

alrededor de 2 meses hace

Resuelto


Find argmax of a function
You are given vectors x and y (=f(x)). Return the element of x for which f(x) is maximized.

alrededor de 2 meses hace

Resuelto


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

alrededor de 2 meses hace

Resuelto


Find left eigenvector of row stochastic matrix
Find the left eigenvector of the given stochastic matrix P that has eigenvalue 1. Normalize the vector so the sum of the entri...

alrededor de 2 meses hace

Resuelto


List every vertices neighbor indices
Input T is a <https://fr.mathworks.com/help/matlab/ref/triangulation.html triangulation>. The purpose of this function is to ...

alrededor de 2 meses hace

Resuelto


Find edges from a vertex
First input is T, a triplet list of indices. Second input is i, a single index (positive integer). The goal of this function is ...

alrededor de 2 meses hace

Resuelto


Build edges list
Input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to a vert...

alrededor de 2 meses hace

Resuelto


List one vertex neighbors
First input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to ...

alrededor de 2 meses hace

Resuelto


Find neighbor triangle indices
First input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a corre...

alrededor de 2 meses hace

Resuelto


Remove duplicated vertices
First input V_in is a vertices list (X Y Z coordinates) which may contain duplicata (identical rows). Second input T_in is th...

alrededor de 2 meses hace

Resuelto


Remove duplicated triangles
Input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a correspondi...

alrededor de 2 meses hace

Resuelto


Find a common edge
First input is T, a triplet list of indices. Second input is e = [e1 e2], a row vector, couple of indices (positive distinct int...

alrededor de 2 meses hace

Resuelto


Find triangles from edge
First input is T, a Triplet list of indices -whom each row actually contains the three indices of a triangle vertices-. size(T) ...

alrededor de 2 meses hace

Resuelto


Nth Order Polynomial Regression
Inputs: -two vectors x and y (row or column) -order of polynomial, p Outputs: -vector of coefficients [b0 b...

alrededor de 2 meses hace

Resuelto


Change Vector Value
Change the element of the vector with respect to the element of the direction vector If the element of the direction vecto...

alrededor de 2 meses hace

Resuelto


Decide whether determinant is zero.
Given a 3 x 3 matrix, find the determinant. Let y = true if the determinant is zero, and let y = false if the determinant is no...

alrededor de 2 meses hace

Resuelto


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

alrededor de 2 meses hace

Cargar más