Answer:
O DTP programs are basically layout programs.
Explanation:
Desktop publishers are vector-based graphics software, and a perfect example of one such software is Microsoft Publisher. You can consider Adobe Illustrator, and Corel Draw as well, but they are huge software meant for many more things, and hence let's include only Microsoft publisher. And a long list follows as well. And they are in general a layout program used to prepare cards, advertisements, infographics, etc, and in fact the layout for them. And hence its more appropriate to say that it is basically a layout program that uses vector graphics to accomplish its goal. Various formats supported are like SVG, EPS, PDF,AI etc. And these are vector graphics based formats. The other type is Raster, and that includes Photoshop etc, with formats iike jpeg, gif etc, and which are pixel based.
Using the knowledge in computational language in C code it is possible to write a code that organizes and calculates the value of the matrix of A*A and that is in up to 4 decimal places.
<h3>Writing the code in C is possible:</h3>
<em>A=[1 2 2;3 4 5;6 7 8];</em>
<em>[u ,s ,v] = svd(A);</em>
<em>k = 1;</em>
<em>A1 = u(:,1:k)*s(1:k,1:k)*v(:,1:k)'; %'</em>
<em>RMSE = rms(sqrt(mean((A - A1).^2)))</em>
See more about C code at brainly.com/question/17544466
#SPJ1