adplus-dvertising
frame-decoration

Question

What is the output of the following code?
A=[1 2 0 3; 2 8 4 1; sin(Inf) 2 3 4];
P=sparse(A); nnz(P)

a.

11

b.

10

c.

Error while declaring A

d.

Error while making sparse matrix

Posted under MATLAB

Answer: (a).11

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?

Similar Questions

Discover Related MCQs

Q. What is the command used to generate a sparse normally generated matrix?

Q. A sparse identity matrix is generated by the ______ command.

Q. To check whether the input matrix is sparse or not, we use the ________ command.

Q. Which of the following can be the space taken up by a sparse matrix?

Q. The nature of complex input taken by the sparse() command is ______________

Q. What is the attribute of sparse matrices?

Q. The rand command is provided by the __________

Q. What is the default return type of the rand command?

Q. The linspace command generates pseudorandom numbers.

Q. The randn command generates random numbers by following a _________

Q. In chebwin(L,r), what is the default value of r?

Q. The bilinear command returns column vectors.

Q. The bilinear transformation is done by the ________

Q. The fftfilt command filters data based on ____________

Q. The freqz() command returns __________

Q. The ellipord command is used for _________

Q. The cut-off frequency of the type-2 Chebyshev filter is produced by the ________

Q. The order of the type 1 Chebyshev filter is obtained from the ________

Q. What is the value of N while creating a 27 point Hamming window?

Q. The hamming command returns a ___________