Plot a Set of Data Points Given by Two Vectors
Description
Plot a set of data points defined by two vectors.
Enter the first vector of data points.
V1≔1.1,1.9,2.2,2.4,2.5,3.2,4.0
V1:=1.11.92.22.42.53.24.0
Enter the second vector of data points.
V2≔0,0.1,0.2,−0.3,−0.2,0.5,0.7
V2:=00.10.2−0.3−0.20.50.7
Plot the data points.
plot⁡([seq⁡(V1i,⁢V2i,⁢i⁢=⁢1⁢..⁢LinearAlgebraDimension⁡V1)])
Commands Used
<>, LinearAlgebra[Dimension], plot, seq
See Also
plot3d, type/procedure, Vector
Download Help Document
What kind of issue would you like to report? (Optional)