Software22229
- Cell Phones 1589
- Desktop 760
- Editors 441
- Education, Science & Engineering 1111
- Games 2614
- Internet 4614
- Multimedia & Graphics 1017
- Office software 762
- PC 474
- Programming 1898
- 1C 145
- ActiveX 3
- Assembler 30
- C# 88
- C/С++ 281
- Data Bases 424
- Delphi/Pascal 493
- Disassemblers 6
- OpenGL/DirectX 5
- PHP 154
- Setup Software 22
- Visual Basic 25
- Others 222
- Security 955
- SEO 306
- Software for Pocket PC 187
- Utilities 3933
Matrix 6
Sold: 0
Uploaded: 21.01.2012
Content: matrix6.c 0,72 kB
Uploaded: 21.01.2012
Content: matrix6.c 0,72 kB
Product description
Matrix solution of the problem 6 in C, from the collection of M. E. Abrahamyan "1000 programming tasks"
Additional information
Two positive integers M, N, the number of D and a set of N numbers. To form a matrix size M × N, whose first row coincides with the original set of numbers, and the elements of each of the following lines are the corresponding element of the previous row multiplied on D (as a result of each column of the matrix contains the elements of a geometric progression).
Attention !!! The task uses a static 3x3 matrix (m = 3, n = 3)