Gelöst


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

etwa ein Monat vor

Gelöst


Form a square matrix from four square sub-matrices
Create a square matrix, y, from 4 square sub-matrices that will be constructed (x1, x2, x3, x4): y = [x1 x2; x3 x4]; ...

etwa ein Monat vor

Gelöst


Draw a '7' in a zero matrix!

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Find Logic 3

etwa ein Monat vor

Gelöst


Find Logic 4

etwa ein Monat vor

Gelöst


Find Logic 8

etwa ein Monat vor

Gelöst


Find Logic 10

etwa ein Monat vor

Gelöst


Find Logic 15

etwa ein Monat vor

Gelöst


Find Logic 18

etwa ein Monat vor

Gelöst


Find Logic 19

etwa ein Monat vor

Gelöst


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

etwa ein Monat vor

Gelöst


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

etwa ein Monat vor

Gelöst


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

etwa ein Monat vor

Gelöst


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

etwa ein Monat vor

Gelöst


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

etwa ein Monat vor

Gelöst


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

etwa ein Monat vor

Gelöst


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

etwa ein Monat vor

Gelöst


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

etwa ein Monat vor

Gelöst


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

etwa ein Monat vor

Gelöst


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

etwa ein Monat vor

Gelöst


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

etwa ein Monat vor

Gelöst


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

etwa ein Monat vor

Gelöst


Converts numbers into characters
Converts numbers into characters

etwa 2 Monate vor

Gelöst


Find the max element of the array
Find the max element of the array

etwa 2 Monate vor

Gelöst


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

etwa 2 Monate vor

Gelöst


to the 2 all elements
to the 2 all elements

etwa 2 Monate vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

etwa 2 Monate vor

Gelöst


Double all elements in the array
Duplicate all elements in the array

etwa 2 Monate vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

etwa 2 Monate vor

Mehr laden