PhearunSeng

15 Reputation

3 Badges

2 years, 294 days

MaplePrimes Activity


These are replies submitted by PhearunSeng

Thank you @Carl Love 

thank you @tomleslie , yep she works well.

can you share me any books of Maple?

@Carl Love thank you

I have modified W as Vector that consist of 1 to n element (not input like previous eqs). W=[W1...Wn] is auto generated by program,the finally equaction is

I use the same code but got error

do you have any methods to calculate W directly? and get the solution as below(for general)

Q4.mw

 

@Carl Love hi sir

In fact your code is correct but the solution I can't extract and evaluate as numerical.

please guide me

Thank you

Linearly_Solution.mw

 

@Carl Love thank you it's work well

hello @Carl Love , your code so amazing

back to Flatten: I want to flatten as picture below

I try to flatten but got unwant results,please guide me

----------------------------------Code----------------------------------------

DOe := Matrix(3, 2, [[Vector[column](1, [Vector[row](2, [1, 2])]), Vector[column](1, [Vector[row](2, [3, 4])])], [Vector[column](1, [Vector[row](2, [3, 4])]), Vector[column](1, [Vector[row](2, [5, 6])])], [Vector[column](1, [Vector[row](2, [5, 6])]), Vector[column](1, [Vector[row](2, [1, 2])])]]);

with(ListTools);

with(LinearAlgebra);
with(linalg);

DOF := <K || (1 .. 3)>;

@acer 

yes that is a question. eqs is generated by by another equaction, the question is how to convert from matrix to vector as Tome's sheet without user's input? please guide me

@acer

when I past in tomleslie 12417 's  got errors as well

 

@acer I removed now but now working. any mistacks ?

@tomleslie I still get error

hello again @tomleslie 

I get errore when past to my sheet.how I convert equ. to vector as you do?

 

thank you @tomleslie , you are corrected. I confuse with cross product and multiple sign.

however your code is working well thank you.

Thank you  @Christian Wolinski, she works well.

Another 3 questions direct to you

1.I don't know how to Flatten matrix

Matrix(3, 2, [[Vector[column](1, [Vector[row](2, [1, 2])]), Vector[column](1, [Vector[row](2, [3, 4])])], [Vector[column](1, [Vector[row](2, [3, 4])]), Vector[column](1, [Vector[row](2, [5, 6])])], [Vector[column](1, [Vector[row](2, [5, 6])]), Vector[column](1, [Vector[row](2, [1, 2])])]])

2.In Maple, does maple have command for counting number of row and column? (I can't found on internet)

3.In Maple, how we delete row or columm of matrix for input as Bracket Form?

Thank you I hope you don't mind

 

Page 1 of 1