问题:a11*x^2+a12*x1*x2+a21*x2*x1+a22*x2^2=1,系数a11,a12,a21,a22已知,画出x1和x2的关系图。
代码如下:
library(plotrix)
plot(c(0,10), c(0,10), type="n", main="test draw.ellipse")
draw.ellipse(5, 5, 4,2,border='red',col='lightblue')
效果图如下:
附件:程序源代码 http://ms.mcmaster.ca/peter/s4c03/s4c03_0506/classnotes/DrawingEllipsesinR.pdf