photo

Matthias Michelsburg


Karlsruher Institut für Technologie

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Numerical precision of matrix multiplication (inconsistent results with colon indexing)
Why do the two ways of matrix multiplication lead to different results? rng(1); A = randn(100,3); B = A'*A; C = A(:,:)'*A...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Conjunctive Normal Form
In Boolean logic, a formula is in conjunctive normal form (CNF) or clausal normal form if it is a conjunction of clauses, where ...

más de 11 años hace

Enviada


Colorize Document Bar
File names in the document bar of the editor are colorized according to the path

casi 12 años hace | 1 descarga |

Thumbnail

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 12 años hace

Resuelto


Count from 0 to N^M in base N.
Return an array of numbers which (effectively) count from 0 to N^M-1 in base N. The result should be returned in a matrix, with ...

más de 12 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 12 años hace