RafaeldeGomes

25 Reputation

3 Badges

9 years, 80 days

MaplePrimes Activity


These are replies submitted by RafaeldeGomes

@Carl Love 

Although this would look a ton better there's really no need since this is just an intermediate step in a larger scale project. Thanks for the tip though, I'll keep it in mind for when I need it!

@Kitonum 

So in summary there's actually no need for the seq command. The for cycle you sent me is exactly what I was looking for, thanks!

@Kitonum
How would I use that to display 3 premade matrices?

I have
A1, A2, A3, A4, A5
B1, B2, B3, B4, B5
D1, D2, D3, D4, D5

And I want to display
A1, B1, D1
A2, B2, D2
A3, B3, D3
A4, B4, D4
A5, B5, D5

Is that at all possible with seq?

@Carl Love That worked splendid! Thank you so much!

@ThU I eventually figured that I wanted C[2*i-1]*X(2*i-1) since I want the Cs to be constants with different names and X is a function. But that worked out, I didn't know there was a difference between [] and ().
Thanks :)

@Carl Love Managed to make this work, thanks for the example!

Page 1 of 1