Can I rely on symbolic cross?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I cannot find that
cross
is overloaded for symbolic vectors in the documentation. Nevertheless, it seems to work:
>> syms a b c d e f
>> 
>> cross ([a; b; c], [d; e; f])
ans =
   b*f - c*e
   c*d - a*f
   a*e - b*d
Can I rely on that?
Jörg
1 comentario
  Andrei Bobrov
      
      
 el 5 de Sept. de 2012
				
      Editada: Andrei Bobrov
      
      
 el 5 de Sept. de 2012
  
			Hi!
syms ii jj k a b c d e f
collect(det([ii,jj,k;a b c; d e f]),[ii,jj,k])
Respuestas (0)
Ver también
Categorías
				Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

