✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виконавши наступний набір команд, що отримаємо у результаті?
Unprotect[C, D];
A = {1, 0, 0};
B = {0, 1, 0};
C = {0, 0, 1};
D = {1, -3, 1};
ListPointPlot3D[{A, B, C, D}, PlotStyle -> {PointSize[0.05], Green}]