December 2016
Intermediate to advanced
332 pages
6h 2m
English
Ex. 1 → Consider a 4 × 3 matrix M:

array .arange followed by a suitable reshape.M[2,:] ? What is the result of the similar expression M[2:]?Ex. 2 → Given a vector x, construct in Python the following matrix:

Here, xi are the components of the vector x (numbered from zero). Given a vector y, solve in Python the linear equation system Va = y. Let the components of a be denoted by ai, i = ...
Read now
Unlock full access