Gelöst


Malus’ Law (theta) between polarizations

mehr als 5 Jahre vor

Gelöst


Find the efficiency

mehr als 5 Jahre vor

Gelöst


Logic 1

mehr als 5 Jahre vor

Gelöst


Rotate matrix by coloumns

mehr als 5 Jahre vor

Gelöst


Ohmic Heating

mehr als 5 Jahre vor

Gelöst


Splitting Triangle - Problem the second

mehr als 5 Jahre vor

Problem


Splitting Triangle - Problem the second

mehr als 5 Jahre vor | 2 | 34 Lösungsvorschläge

Gelöst


Splitting Triangle

mehr als 5 Jahre vor

Problem


Splitting Triangle - Problem the first

mehr als 5 Jahre vor | 1 | 41 Lösungsvorschläge

Gelöst


Splitting Square - Problem the third

mehr als 5 Jahre vor

Problem


Splitting Square - Problem the third

mehr als 5 Jahre vor | 1 | 36 Lösungsvorschläge

Gelöst


Splitting Square - Problem the second

mehr als 5 Jahre vor

Problem


Splitting Square - Problem the second

mehr als 5 Jahre vor | 3 | 49 Lösungsvorschläge

Gelöst


Splitting Square - Problem the first

mehr als 5 Jahre vor

Problem


Splitting Square - Problem the first

mehr als 5 Jahre vor | 2 | 76 Lösungsvorschläge

Gelöst


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

mehr als 5 Jahre vor

Gelöst


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

mehr als 5 Jahre vor

Gelöst


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

mehr als 5 Jahre vor

Gelöst


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

mehr als 5 Jahre vor

Gelöst


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

mehr als 5 Jahre vor

Gelöst


Get 1-4-3-4-4
Get the value of the indices in the title and assign it to an array

mehr als 5 Jahre vor

Gelöst


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

mehr als 5 Jahre vor

Gelöst


N-plicate me
Modified version of duplicate and triplicate me. Repeat elements of input vector with given input n Ex: input = [1 2 3 4 5...

mehr als 5 Jahre vor

Gelöst


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

mehr als 5 Jahre vor

Gelöst


Matlab Basics - Logical Tests I
Write a script to test whether a year number is for a leap year or not. eg. x = 1884 output = 1 eg. x = 3 output = 0

mehr als 5 Jahre vor

Gelöst


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

mehr als 5 Jahre vor

Gelöst


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

mehr als 5 Jahre vor

Gelöst


The last non-zero digit of a factorial
For given positive integer n, what is the last non-zero digit of n!? Example: factorial(11) = 39916800 Last non-zero d...

mehr als 5 Jahre vor

Gelöst


Make a rainbow matrix (follow-up to checkerboard matrix)
Given an integer n, make an n-by-n matrix as shown below. The a(1,1) should be 0. As we move away from the top-left, the number ...

mehr als 5 Jahre vor

Gelöst


Find the optimal shape to bring the maximum product by a given perimeter
Find the optimal shape (with Nopt sides, where Nopt is at least 3) to bring the maximum product of the sides length, given a spe...

mehr als 5 Jahre vor

Mehr laden