Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
674 Views, 3 Replies

How can I create matrix with data

Hi,

 

I hope anyone can help me.

 

I use Inventor and VBA for Applications. A am new in VBA, but I have made a simple code through it I manipulate assembly model's parameters.

 

Everything was OK until I realized that I have to use matrix multiplications to figure out some parameters.

 

I understood that I can not make matrix multiplication without API objects.

 

But I stuck and I need a little help.

 

The problem is that I have to create two 3x3 matrix and I have to put specific date with them. After that I have to multiply them.

 

Can anyone to propose me simple code about this problem.

 

Thank you.