The program creates a variable containing the JMFD's mnemonics string for the specific date, either using the HP 48 command DATE or any other in the format, the string "An15Tue2.002" is stored in 'An15Tue2.002' variable.
The program creates a variable (best viewed using MKLBL program found on this fine web page) containing the JMFD's mnemonics string for the specific date, either using HP 49 command DATE or any other in the format.
The program creates a list (best viewed using JAVA LIB) containing the JMFD's preferred string for the actual date, storing it in the variable AHORA48 in the format: { { "Tuesday, January 15, 2002" } {19.3421 } }
The program creates a list containing the JMFD's preferred string for the actual date, storing it in the variable AHORA49 in the format: { { "Tuesday, January 15, 2002" } {19.4104 } }
Simple program for calculating digital control matrices, as described in the book Franklin, Powell, Workman, DIGITAL CONTROL OF DYNAMIC SYSTEMS 2nd ed.