Community Profile

photo

Matthias Michelsburg


Karlsruher Institut für Technologie

自 2012 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

已解决


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

10 years 前

已提交


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

11 years 前 | 1 次下载 |

Thumbnail

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前