Find Rows with Specift Properities
Delete rows with specific properites as following:
Find rows that have a negative value in any element of the row and delete it...
Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...
2ヶ月 前
解決済み
An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:*
Many important observations in math and science can be described by short, but powerful, equations...
row removal
Consider a matrix and remove the first row of the matrix.
2ヶ月 前
解決済み
Column Removal (★★★)
(copy of prob 7)
Remove the nth column from input matrix A and return the resulting matrix in output B.
So if
A = [1 2...
2ヶ月 前
解決済み
Build triangulation from -sorted- edge list
Problem statement
An edge list is simply a N x 2 matrix of positive integers, in which N is the number of edges and each intege...
2ヶ月 前
解決済み
Mesh the cube
Problem statement : mesh the cube with quadranglar / squared faces
An cube / regular hexahedron is a regular polyhedron with ...
2ヶ月 前
解決済み
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...
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...