equations Questions

3

Solved

I am trying to write a code to conduct a double summation (see pic) in which; M is the subjects, N is the Trials, Yijt is the measured wave form data (3d array) so far I have; Given Y is the...
Mindy asked 9/10, 2013 at 14:26

1

Solved

How to solve a homogenous system Ax = 0, when A is any m * n matrix (not necessarily a square one) in R? # A=[-0.1 0.1]= 1x2 matrix; x=2x1 to be found; 0: 1x1 zero matrix A <- t(matrix(c(-0.1,0...
Heald asked 5/4, 2017 at 6:36

3

Solved

Does anyone know where to find the syntax specification for entering equations into the 2007/2010 equation editors using only the keyboard? Searching just gives many links to people talking a...
Hypochromia asked 4/6, 2010 at 17:2

5

I'm trying to solve an equation in python using SymPy. I have a generated equation (something like function = y(8.0-(y**3.0)) which I use with SymPy to create a new equation like this: eq = sympy.E...
Witha asked 15/12, 2010 at 10:54

1

Solved

I want to read only the xml used for generating equation, which i obtained by using Paragraph.Range.WordOpenXML. But the section used for the equation is not as per MathML which as i found that the...
Flatways asked 26/5, 2013 at 12:11

3

Solved

This is a follow up to How to set up and solve simultaneous equations in python but I feel deserves its own reputation points for any answer. For a fixed integer n, I have a set of 2(n-1) simultan...
Bonnard asked 17/1, 2013 at 14:9

2

I would like to have a \multicolumn like effect within an align* environment, as shown in the code snippet (which doesn't work) below. I.e., I want the text to be aligned with the leftmost co...
Scribble asked 7/10, 2010 at 13:44

2

Solved

I recently rediscovered a small package by Roman Maeder that tells Mathematica to automatically thread arithmetic and similar functions over expressions such as x == y. Link to Maeder's package. F...
Wit asked 18/4, 2011 at 9:54

1

Does anyone know how to show mathematical equations in QTextEdit written in any format (TXT, MathML, MML, LaTeX, HTML, XML or anything) using only Python, that is without using 3rd party packages l...
Estebanesteem asked 22/3, 2011 at 1:27

3

Solved

how can I make equations smaller in TeX? For example, I want to use the equation environment as follows: \begin{equation} long equation here \end{equation} but then it's displayed in a way that'...
Salesclerk asked 4/2, 2010 at 3:32

3

Solved

Can somebody provide me with an easy to understand explanation of a guarded equation as it is used in Haskell and also its mathematical sense?
Quag asked 8/2, 2010 at 22:3
1

© 2022 - 2025 — McMap. All rights reserved.