microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
alex/pythontelem

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/linear_algebra/scalar_multiplication/index.md

5lines · modepreview

**Input:** None.

**Goal:** Return the result of multiplying the following matrix by the scalar:

$$0.5 \cdot \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$$