Community Profile

photo

Jessica Espejo


2017년부터 활동

Followers: 0   Following: 0

통계

  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

대략 7년 전

문제를 풀었습니다


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

대략 7년 전

문제를 풀었습니다


matrix of zeros
Given n, create an n-by-n matrix of zeros.

대략 7년 전

문제를 풀었습니다


extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.

대략 7년 전

문제를 풀었습니다


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

대략 7년 전

문제를 풀었습니다


transpose of matrix
Given a vector x, the output y should equal the transpose of x.

대략 7년 전

문제를 풀었습니다


the difference of cubes
Given a and b, return the difference of cubes a^3 - b^3 in c.

대략 7년 전

문제를 풀었습니다


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

대략 7년 전

문제를 풀었습니다


subtract two numbers
Given a and b, return the difference a-b in c.

대략 7년 전

문제를 풀었습니다


a vector with a repeated entry
Create a row vector of length x, filled with 7's, for example, if x = 5 output = [7 7 7 7 7] make sure to round UP when x ...

대략 7년 전

문제를 풀었습니다


a column vector to a row vector
Write a script to convert a column (e.g. x = [1; 2; 3]) to a row (e.g. y = [1 2 3]), your script should be able to do this for a...

대략 7년 전

문제를 풀었습니다


rounding
Round 5.46 and make 'y' equal to that number.

대략 7년 전

문제를 풀었습니다


length of a vector
Find three times the length of a given vector.

대략 7년 전

문제를 풀었습니다


square root
Write a script that returns the square root of the elements in x. e.g. x = [1 4 9 16] --> y = [1 2 3 4]

대략 7년 전