Auxillary1 Xcas

From Jose Luis Tabara Carbajo in his Xcas YouTube Videos

Post 2

Directly entering values or expressions in CAS functions. For approx use a b/c key.
add_exp_y

Using evalf for significant digits plus Prime’s root template rather than Xcas root function.
exp_70_rat_den_z

The soft key simplify for the last entry work the same as expand.
simplify_0

Use Polynomial>Find Roots rather than Xcas roots and Algebra> Substitute rather than subs.
factor_proot_1

Post 3

Notice use of Matrix (Vector) format for solve multiple variable entry. Use upper
 right for radian / degree not Xcas angle_radian assigned 0 or 1.
solve_ang_rad_2

Notice previous notes plus Matrix (Vector) to display multiple results.
ang_rad_log_base_3

Need to use purge to prevent variable interaction with results not be what we are
 looking for. The HP prime function lncollect only gives us partially what we are looking for
.solve_exp_solve_cos_4

Notice function values plus corresponding limit.
solve_cos_eq_lim_5

Post 4

Notice the various derivative examples.
lim_taylor_6

Here we have integration and vectors.
int_xcos_vector_7

Dealing with formula for Dot product plus Cross product function.
arc_cos_maxnorm_8

See the double bracket notation for multiple row matrices plus various matrix
operations. For matrices we like changing input Entry to Algebraic. For a
2by3 matrix [[r1c1, r1c2, r1c3], [r2c1, r2c2, r2c3]].
mat_row_div_mat_inv_9

Post 5

Inverse and identity matrix operations. Simultaneous equations by two methods.
For matrices we like changing input Entry to Algebraic.
ind_mat1_ainv_x_b_10

A third method, plus handling infinite and no solution simultaneous equations.
rref_char_poly11

 

 

© 2018-2022 Computer Learning Service. All Rights Reserved

cls

COMPUTER LEARNING SERVICE

     giving every student every chance to learn and understand