photo

Sweetie


Last seen: 9 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Bs mathematics Expert : Maple C++ MATLAB Ms word

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Professional Interests:
Mathematics

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Program for matrix multiplication
clc A=input['enter first matrix '] B=input['input second matrix'] [m,n]=size(A); [P,q]=size(B); if n~=P disp ('matrix mult...

10 months 前 | 0