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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

