File:  [Research Unix] / researchv10dc / cmd / matlab / exec / jacstep
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:33 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

        d = (a(q,q)-a(p,p))*0.5/a(p,q);
        t = 1/(abs(d)+sqrt(d*d+1));
        if d < 0, t = -t; end;
        c = 1/sqrt(1+t*t);  s = t*c;
        R = eye(n); r(p,p)=c; r(q,q)=c; r(p,q)=s; r(q,p)=-s;
        X = X*R;
        A = R'*A*R;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.