at function

 Maxima's "at" function allows to access to arbitrary variables in a list of results:

Maxima의 "at" 함수를 사용하면 결과 목록에서 임의의 변수에 액세스할 수 있습니다:


    g1:a*x+y=0;

    g2:b*y+x*x=1;

    solve([g1,g2],[a,b]);

    %[1];

    result_b:b=at(b,%);





The "at" function allows to introduce one equation into another:
"at" 함수를 사용하면 한 방정식을 다른 방정식에 도입할 수 있습니다:

    ohm:U=R*I;
    r_parallel:R=R_1*R_2/(R_1+R_2);
    result:at(ohm,r_parallel);





댓글

이 블로그의 인기 게시물

Temperature effects_maturity