Ask Your Question

Lisewe's profile - activity

2016-11-29 23:29:35 +0200 asked a question How to record entries from a matrix (or vector)?

For example, I have A*B = (a,b,c,d,e) But I have to manually write down a = blah blah, b = blah blah, c = blah blah.... I tried the same method with list, but apparently it didn't work on a vector. Thanks!

2016-11-29 22:51:54 +0200 commented answer How to create a matrix of same entries?

Thank you! This is what I was looking for.

2016-11-29 22:46:53 +0200 received badge  Editor (source)
2016-11-29 22:44:42 +0200 asked a question How to create a matrix of same entries?

For example, I want to make a 20 by 20 matrix with all entries being 10. Is there a quick command for that? Thanks!