Post Reply 
Jacobi elliptic function
10-18-2020, 04:32 PM (This post was last modified: 10-18-2020 07:02 PM by salvomic.)
Post: #8
RE: Jacobi elliptic function
(10-18-2020 04:18 PM)pinkman Wrote:  Maybe a good solution is to use EDITMAT:

Code:

[...]
LOCAL rm;
[...]
rm := [[uU,φ,mM], [sn, cn, dn]];
EDITMAT(rm);
END;

No return statement is needed, as any program will automatically return the last calculation result.
Also watch the Help entry for EDITMAT, you can set it to be read-only.

thanks, I'll try so.

Salvo

EDIT: however, maybe it is simpler to use ROUND(..., 6) to show the matrix with acceptable approximation...

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Jacobi elliptic function - salvomic - 11-02-2017, 05:26 PM
RE: Jacobi elliptic function - salvomic - 10-17-2020, 08:14 PM
RE: Jacobi elliptic function - Albert Chan - 10-18-2020, 03:27 PM
RE: Jacobi elliptic function - salvomic - 10-18-2020, 03:37 PM
RE: Jacobi elliptic function - pinkman - 10-18-2020, 07:51 AM
RE: Jacobi elliptic function - salvomic - 10-18-2020, 03:35 PM
RE: Jacobi elliptic function - pinkman - 10-18-2020, 04:18 PM
RE: Jacobi elliptic function - salvomic - 10-18-2020 04:32 PM



User(s) browsing this thread: 1 Guest(s)