photo

geotocho


Last seen: 2 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

5 years 前

已解决


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

5 years 前