벡터장 그리기

Interactive Math Programs   http://www.dartmouth.edu/~rewn/javaindex.html 

벡터장 그리기 http://www.dartmouth.edu/~rewn/vector.html

The equation parser used for these Java applets is a very robust recursive descent equation parser. It has complete error handling and is very difficult to crash. Here is a list of features and supported operations:

  • Full understanding of standard order-of-operations
  • Supports exponentiation using the ‘^’ symbol
  • Implicit multiplication between a variable and a number and between parenthesised tokens
  • List of supported operations:
    • +,-,*,/,^
    • sin(x), cos(x), tan(x), acos(x), asin(x), atan(x)
      – Assumes x is in radians
    • abs(x) – Returns the absolute value of x
    • exp(x) – Returns e^x
    • ln(x) – Returns the natural logarithm of x
    • sqrt(x) – Returns the square root of x
    • he(x) – Returns 0 if x<0 and 1 if x>=0
이 글은 다변수함수, 미분방정식 카테고리에 분류되었습니다. 고유주소 북마크.

답글 남기기

아래 항목을 채우거나 오른쪽 아이콘 중 하나를 클릭하여 로그 인 하세요:

WordPress.com 로고

WordPress.com의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

Facebook 사진

Facebook의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

%s에 연결하는 중