Skip to Content.
Sympa Menu

ssreflect - [ssreflect] simple question about matrix-vector products

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] simple question about matrix-vector products


Chronological Thread 
  • From: Nicolas Magaud <>
  • To:
  • Cc: Nicolas Magaud <>
  • Subject: [ssreflect] simple question about matrix-vector products
  • Date: Tue, 15 Dec 2015 17:34:53 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:ZNCv2hU4ywJqaIivSi1803tSBzfV8LGtZVwlr6E/grcLSJyIuqrYZhCHt8tkgFKBZ4jH8fUM07OQ6PC+HzRYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh770o8WbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/JHBL7hZak2SbFTEBwjKHpw5cvxtBCFTA2V53JaXH9FvABPBl3j7Rr9Wp7q+g7zueNg1GHOOMT5RK04cSmk7rx3Uhauhj1RZG1xy33elsEl1PETmxmmvREqm4M=

Dear all,

I recently started using ssreflect to describe bits and pieces of discrete
geometry.
Some operations I use are represented as matrices and I need to define a
function which given a vector $V$, computes $A*V+B$ when $A$ is a square
matrix (2x2 or 3x3) and $B$ another vector.
My matrices are non-empty (n<>0), but the carrier is not a field. However it
seems not to be an issue (from what I read in matrix.v).

I tried and used the notations +m and *m without success. While making
experiments, I also faced some issues with \trace and \det which I do not
manage to use properly.

The code I have so far looks like the (simplified) one attached (o.v). I
guess this might look like simple questions to most of you. Howerver some
assistance in getting started would be appreciated.

Best regards,

Nicolas Magaud

Attachment: o.v
Description: Binary data










Archive powered by MHonArc 2.6.18.

Top of Page