Community Profile

photo

Matthias Michelsburg


Karlsruher Institut für Technologie

Actif depuis 2012

Statistiques

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

Afficher les badges

Content Feed

Afficher par

Question


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...

environ 10 ans il y a | 1 réponse | 0

1

réponse

A résolu


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 ...

plus de 10 ans il y a

A soumis


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

plus de 11 ans il y a | 1 téléchargement |

Thumbnail

A résolu


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

presque 12 ans il y a

A résolu


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 ...

presque 12 ans il y a

A résolu


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 ...

presque 12 ans il y a