﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
445	Errors in addition in matrix	César Pérez Álvarez	Víctor de Buen Remiro	"If we run this code

Matrix a = Rand(1,1,1,1);
Matrix b = Rand(1,2,2,1);
Matrix c = a+b;

We obtain a massage like this:

Imposible sumar dos matrices de dimensiones (1,1) y (1,2).

However the matrix c is a (1,1) matrix with MatDat(c, 1, 1) = 1.

I think that matrix must not be created."	defect	closed	high		Math	1.1.4	critical	fixed		
