Risolto


Stress-Strain Properties - 4
A common measure of the ability of a material to carry load per unit mass is termed strength-to-weight ratio and is calculated b...

quasi 2 anni fa

Risolto


Stress-Strain Properties - 3
A brittle material will not exhibit a yield point. In other words, the yield point and failure point coincide. In such cases, th...

quasi 2 anni fa

Risolto


Stress-Strain Properties - 2
The resilience of a material is its ability to resist permanent (or plastic) deformation. The resilience coincides with the elas...

quasi 2 anni fa

Risolto


Stress-Strain Properties - 1
This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress...

quasi 2 anni fa

Risolto


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

quasi 2 anni fa

Risolto


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

quasi 2 anni fa

Risolto


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

quasi 2 anni fa

Risolto


Determine if x is a combination of m and n
Given positive integers x, m, and n, determine if x can be written as x = am + bn for any (non-negative) integers a and b. Your ...

quasi 2 anni fa

Risolto


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

quasi 2 anni fa

Risolto


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

quasi 2 anni fa

Risolto


Find the Pattern 9

quasi 2 anni fa

Risolto


Find the Pattern 4

quasi 2 anni fa

Risolto


Find the Pattern 2

quasi 2 anni fa

Risolto


Square root of a number
Write a code that will output the square root of x.

quasi 2 anni fa

Risolto


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

quasi 2 anni fa

Risolto


Find Logic 5

quasi 2 anni fa

Risolto


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

quasi 2 anni fa

Risolto


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. For...

quasi 2 anni fa

Risolto


Getting the indices from a matrix
Inspired by Problem 645. Getting the indices from a matrix. Given a matrix A (or a vector), return the indices (always in row...

quasi 2 anni fa

Risolto


Find Logic 20

quasi 2 anni fa

Risolto


Find Logic 32

quasi 2 anni fa

Risolto


Find Logic 31

quasi 2 anni fa

Risolto


Find Logic 30

quasi 2 anni fa

Risolto


Find Logic 29

quasi 2 anni fa

Risolto


Find Logic 28

quasi 2 anni fa

Risolto


Find Logic 21

quasi 2 anni fa

Risolto


Find Logic 26

quasi 2 anni fa

Risolto


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

quasi 2 anni fa

Risolto


Find Logic 7

quasi 2 anni fa

Risolto


Find Logic 6

quasi 2 anni fa

Carica altro