vector*matrix multiplication algorithm related question

后端 未结 0 992
难免孤独
难免孤独 2020-12-08 01:12
  1. Consider the matrices A0, A1,A2, … that are recursively formed as follows:

A0 = [1]1x1, and A1 = [ A0 A0 A0 −A0 ] 2x2 = [ 1 1 1 −1 ] 2x2

相关标签:
回答
  • 消灭零回复
提交回复
热议问题