Posts by Alan Nascimento • 113 points
3 posts
-
2
votes1
answer445
viewsQ: Calculation of the volume of an irregular plot of land
The code consists of calculating the volume of an uneven surface where I am using a matrix 2 x 2 of maximum size 1000 x 1000, which represents a rectangle, so the maximum area of the land is…
casked Alan Nascimento 113 -
5
votes1
answer523
viewsQ: Newton Fractal, roots of equation z 4=1
I’m trying to plot a graph of an image called Newton Fractal: Follows model: The problem is to plot the roots of the equation z^4 = 1, where it has 4 roots being (-1, 1, i and -i), where to find the…
matlabasked Alan Nascimento 113 -
4
votes1
answer799
viewsQ: Using the lower triangularization method calculate the determinant of a transposed matrix
Using the lower triangularization method, I have to calculate the determinant of a transposed matrix. I want, from the transposed matrix, to calculate the determinant using the inferior…