Feeds
提问
input set of vectors
Write a program to input any number of vector in R^n m=input ('number of vectors: '); n=input ('size of vector; '); clc for ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to plot it?
let (C) be the intersection curve between the cylinder x^2+y^2 = 1 and the surface z = x^2 + y^4 − 2*x*y^2 + 1. Present (C) in 3...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i plot it in 3D
x = linspace(-5,5,40); y = linspace(-5,5,40); z = x.^2+y.^4-2*x*y.^2+1 surf(x,y,z) xlabel ('x') ylabel ('y') zlabel ('z...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i plot it
using spherical coordinates, plot only the part of the sphere z =sqrt(9-x^2-y^2) that lies below the cone z = sqrt(x^2+y^2).
5 years 前 | 1 个回答 | 0

