Operations Definition and 305 Threads
-
M
MHB Bitwise Operations: Checking if x XOR y = 0
Hey! :o I want to check using bitwise operations if x XOR y=0. The only conditional command we have is JMN a, which means Jump to a if the currect value is <0. So, we have to check if it doesn't hold that x XOR y <0 and x XOR y >0, right? (Wondering) But how can we check the condition x...- mathmari
- Thread
- Operations
- Replies: 5
- Forum: Set Theory, Logic, Probability, Statistics
-
How to go from micro operations to a logic diagram
Homework Statement I am preparing for my final and I am stuck on the following question Homework EquationsThe Attempt at a Solution My best guess would be to make some kind of next state table, but I don't understand the relationship between xT1, yT2, yT3 and any kind of table.- Cocoleia
- Thread
- Diagram Logic Micro Operations
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
E
I How Do You Simplify ν∇⋅(ρν)?
Hey so probably a really simple question, but I'm stumped. How do you simplify: ν∇⋅(ρν), where ν is a vector ∇ is the "del operator" ⋅ indicates a dot product ρ is a constant. I want to say to do the dyadic product of v and ∇, but then you would get (v_x)*(d/dx) + ... which would be... -
M
MHB Order of operations doubt on this expression
Let's say that we have this expression, $\frac{1}{2}*2x*x-2$ So now solving this in one method we can $\frac{1}{\cancel 2}*\cancel2x*x-2=x^2-2$ In another way $\frac{1}{2}*2x*x-2=\frac{2x^2-2}{2}=x^2-1$ What is the reason that I get two different answers ? I hope that both ways are valid...- mathlearn
- Thread
- Doubt Expression Operations
- Replies: 1
- Forum: General Math
-
S
I How Do Elementary Operations Affect Matrix Rank Preservation?
What is the rule on the preservation of rank through an elementary operation? I know that rank can never go up, but is there any direct way to determine that it goes down (either than reducing the matrix down to row-echelon form)? Is there a good source that go into the proofs for properties...- swampwiz
- Thread
- Elementary Operations rank
- Replies: 4
- Forum: Linear and Abstract Algebra
-
M
Matrix Operations: Inverse Existence & Row Op.
Homework Statement [/B] \begin{array}{cc}1 & 1&1\\ 1&1-s&1-s\\-s&1-s&s^2-1\end{array} a)For which values of s does the inverse exist, and why? You should be using row operations and ideally head for reduced row echelon form b) In the process of calculating part a), you will come across a...- Mark53
- Thread
- Matricies Matrix Operations
- Replies: 18
- Forum: Precalculus Mathematics Homework Help
-
I
I A few questions about inverse operations.
Hi all! I know that the integral is the inverse of the derivative, but what about special derivative operators? What functions would undo the gradient, divergence and curl? And what about special integrals, such as line and surface integrals? Are there different derivatives/integrals that are... -
S
Java Java- Printing an Original Array while Performing Operations on an Array Copy
Hello mathhelpboards community! Please help! Thank you. :-) I need my code to print out the user's original array that is to say the numbers in the way the user entered them. I tried making a copy of the original array and then did all of the arithmetic on it. I sorted the array copy in...- smilesofmiles
- Thread
- Array Java Operations Printing
- Replies: 4
- Forum: Programming and Computer Science
-
Theorem About Binary Operations - Introductory Analysis
Homework Statement This theorem comes from the book "The Real Numbers and Real Analysis" by Bloch. I am having a hard time understanding a particular part of the proof given in the book. Prove the following theorem: There is a unique binary operation +:ℕ×ℕ→ℕ that satisfies the following two...- Ethan Godden
- Thread
- Analysis Binary Introductory Operations Theorem
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
Z
MHB Prove Z7 is a Ring Under + and x Operations
Hey there, I need some help with this assignment: Use the definition for a ring to prove that Z7 is a ring under the operations + and x as defined as follows: [a]7+[b]7 = [a+b]7 and [a]7 x [b]7 = [a x b]7 1. state each step of your proof 2. provide written justification for each step.But...- Zoey93
- Thread
- Operations Ring
- Replies: 3
- Forum: Linear and Abstract Algebra
-
Counting floating point operations in an algorithm
Hey guys, another question regarding MatLab here. In this assignment, I need to create a function of 'k' to count the number of floating point operations in the algorithm that I've made. Here is my code so far: expAk = zeros(1000, 1000); load('CA3matrix.mat'); times = zeros(15, 1); for j =...- JesseJC
- Thread
- Algorithm Counting Floating Operations Point
- Replies: 17
- Forum: Engineering and Comp Sci Homework Help
-
T
MHB Proving Set Operations [Set Theory]
Could someone help me in this by simplifying/Proving the equation using Theorems/ Rules on Operation of Sets (i.e Commutative property, idempotent, assoc, dist. , definition of union , def. intersection , DeMorgan ,etc.). Letting A, B and C be three sets .. Prove/Disprove : Any solution...- TheGreat
- Thread
- Operations Set Set theory Theory
- Replies: 11
- Forum: Set Theory, Logic, Probability, Statistics
-
T
B Is Order of Operations, PEMDAS Arbitrary?
Is there any deep reason why math follows PEMDAS order of operations? It seems like it's totally arbitrary to me. Like couldn't we read things right-to-left instead of left to right and couldn't we do subtraction before multiplication? Why does it matter? Is it just a made up "rule" that...- Teabreeze
- Thread
- Operations
- Replies: 20
- Forum: General Math
-
R
MHB Order of operations to simplify expressions .
Hi, I have worked the problem but I am not sure that this is the correct answer, Please help. 3(-3) - (5)2^2 ____________ 8- SQRoot(36) +12 I got an answer of 11/14 but When I check on an online calculator to see if it is correct I am getting 5.5 ... 2^2 = TWO SQUARED SQRoot = Square...- rachealfarr
- Thread
- Expressions Operations Simplify
- Replies: 2
- Forum: General Math
-
O
I What is Determinisitic Operations Research?
The course description: "This course provides a broad overview of deterministic operations research techniques. Linear programming will be covered including the simplex method, duality and sensitivity analysis. Further selected topics are from integer programming, dynamic programming, scheduling...- Of Mike and Men
- Thread
- Operations Research
- Replies: 1
- Forum: General Math
-
S
I Understanding Lorentz-Transformability & Invariant Operations
An operation is frame-invariant if it maintains the Lorentz-transformability of an input, yes? So for example, the coordinate ##x## transforms according to ##x^\prime = \gamma(x-vt)##, and multiplying the unprimed space and time coordinates by ##c## would give ##cx^\prime = c\gamma(x-vt)##. In...- SiennaTheGr8
- Thread
- Invariant Operations
- Replies: 10
- Forum: Special and General Relativity
-
B
List of quantitative methods for optimization
Max: 3x + 5y s.t. x + 2y ≤ 5 x ≤ 3 y ≤ 2 x,y ≥0 By the simplex method, the profit is $14. Using sensitivity analysis I changed the RHS of the 1st constraint and keeping everything else constant, I get the best profit value of $19 at RHS of 7. What other methods can I use such as the...- Bobishere
- Thread
- Industrial engineering List Method Operations Optimization Quantitative
- Replies: 1
- Forum: General Math
-
I Mapping between rotations and operations: sign & handedness
I have a toy quantum circuit simulator that I work on. I want to visually represent operations in multiple ways: as a Hamiltonian, as a unitary matrix, and as a Bloch sphere rotation. I want to double-check that I haven't flipped anything. I'll focus a concrete example: is this animation...- Strilanc
- Thread
- Mapping Operations Rotations Sign
- Replies: 3
- Forum: Quantum Physics
-
Properties of sets under operations help
Hi So I am learning about sets and I wanted to know if these definitions was correct, specifically the properties of sets under operations, and I had a question. please help. The closure property: A set has closure under an operation if the result of combining ANY TWO elements under that...- Kilo Vectors
- Thread
- Operations Properties Sets
- Replies: 19
- Forum: Set Theory, Logic, Probability, Statistics
-
I can't do arithmetic operations in my head quickly
I am currently in upper division math courses in my career and I can't do something like 109-64 quickly in my head. I obviously try to break every number apart to make hard subtractions, but I can't do it fast!. Should I worry about this?. Overall, I have done well in my math life, but I feel...- TheMathNoob
- Thread
- Arithmetic Head Operations
- Replies: 12
- Forum: General Math
-
E
Proof - Trace-preserving quantum operations are contractive
Homework Statement Let \mathcal{E} be a trace-preserving quantum operation. Let \rho and \sigma be density operators. Show that D(\mathcal{E}(\rho), \mathcal{E}(\sigma)) \leq D(\rho,\sigma) Homework Equations D(\rho, \sigma) := \frac{1}{2} Tr \lvert \rho-\sigma\rvert We can write...- Emil_M
- Thread
- Operations Proof Quantum
- Replies: 2
- Forum: Advanced Physics Homework Help
-
What are Mathematical Operations?
What exactly is a mathematical operation? Wiki states that an operation in math is "a calculation from zero or more input values (called "operands") to an output value." That sounds oddly like a function, but I'm assuming that not all operations are functions? What is the relationship between...- Drakkith
- Thread
- Mathematical Operations
- Replies: 23
- Forum: General Math
-
What should be my sequence of operations here? (factoring)
Hey Guys, So I'm currently factoring polynomials. As you all know,when trying to factor a polynomial with 4 terms,the answer can be the difference of a trinomial and monomial squares. So I had the problem 4a^2-4ab+b^2-c^2 I thought(book doesn't explain it well) that your first step was to...- ProjectTruth
- Thread
- Factoring Operations Sequence
- Replies: 9
- Forum: Precalculus Mathematics Homework Help
-
B
Logic operations and binary operations
If the binary operation of addition is theoretically connected with logic operation XOR, and if the binary operation of multiplication is theoretically connected with logic operation AND, so, the logic operation OR is connected with what binary operation? Exist some relationship? Another...- Bruno Tolentino
- Thread
- Binary Logic Operations
- Replies: 5
- Forum: Set Theory, Logic, Probability, Statistics
-
L
Solve GAXPY Operations for Matrix A & Vector x
Homework Statement Let A be an nxn matrix belonging to R and x be a vector of length k belonging to R. Find the first column of M = (A − x1I)(A − x2I)...(A − xrI) using a sequence of GAXPY’s operations. Homework Equations GAXPY: General matrix A multiplied by a vector X plus a vector Y The...- lolittaFarhat
- Thread
- Linear algebra Operations
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
C
Why does the order of operations work?
I have had this question bugging me for a while. I know how to use it, but why and how does it work? I heard it was for convention and you do the most complicated to the simplest operations to get the lowest terms but it still confuses me. Can anyone give me a clear and easy to understand...- Cash Fulton
- Thread
- Operations Work
- Replies: 14
- Forum: General Math
-
Python Python Order of Operations: Unary Negation Explained
I have the following table for order of operations in Python. It all makes sense except for the unary operation negation. What does it mean that the order of precedence is from right to left? Can I have an example?Symbols - Operator - Type Order of precedence ( ) Parentheses...- Mr Davis 97
- Thread
- Operations
- Replies: 8
- Forum: Programming and Computer Science
-
M
Operations in operational probabilistic theories
I'm trying to read this recent paper (http://arxiv.org/abs/1507.07745) but I don't understand the definition of an "operation" in the paper. It is defined as a set of events on the first page, but I don’t know what an event is in this context. Looks like it’s some kind of function but I can’t...- msumm21
- Thread
- Operations Theories
- Replies: 2
- Forum: Quantum Physics
-
M
MHB Answer: How Many Elementary Operations for Adding Two Numbers with $n$ Digits?
Hey! :o With the term "elementary operation" we mean to add two digits of the decimal system and to write the result and the carries. How many elementary operations do we need for the addition of two numbers with $n$ digits? (we consider that the addition of two digits together with the carry...- mathmari
- Thread
- Operations
- Replies: 3
- Forum: Programming and Computer Science
-
C
What Are the Best Books for Operations Research and Modelling?
Hi Guys, I'm looking for a good text on operations research and modelling. Specifically, I want to look at developing models for transportation and inventory management. Any good books that you would recommend? Thanks,- chaoticflow
- Thread
- Book Operations Research
- Replies: 1
- Forum: Science and Math Textbooks
-
B
MHB Matrix Ops: R(x)v & R(x)w Rotate Counter-Clockwise
I have the following matrix R(x) = [cos(x) -sin(x) ; sin(x) cos(x)] Now consider the unit vectors v = [1;0] and w = [0,1]. Now if we compute R(x)v and R(x)w the vectors are supposed to rotate about the origin by the angle x in a counter clockwise direction. I am struggling to see how this...- brunette15
- Thread
- Matrix Operations
- Replies: 3
- Forum: Linear and Abstract Algebra
-
MHB Maximize Expression Result: Algorithm & Tips
Hello! (Wave) I want to write an algorithm that runs in polynomial time and finds the best way to put parenthesis at a given expression so that the result of the operations is maximized. The input of the algorithm should be a sequence $a_0, b_0, a_1, b_1, \dots, a_{m-1}, b_{m-1}, a_m$, where...- evinda
- Thread
- Operations
- Replies: 1
- Forum: Programming and Computer Science
-
G
MHB Bit Masking: How to Manipulate Bits in Binary Numbers
Hey Guys, can i have a hand with this question. I just want to know if what I did was right. Bit masking has a task. They are used in order to access specific bits in a byte of data. 1) Using the 8-bit binary number “1001 1101”: Turn off the 2 bits (masking bits to 0) on each side, and then...- gEOdude
- Thread
- Bit Operations
- Replies: 4
- Forum: Programming and Computer Science
-
G
Bitwise Ops Homework: "1001 1101" Solutions
Homework Statement Given an 8-bit binary number “1001 1101”: 1)Turn off the 2 bits (masking bits to 0) on each side, and leave the middle 4 alone. The output should be “0001 1100”. Given an 8-bit binary number “1001 1101”: 2) Toggle the values of the middle 4 bits (the opposite of what it...- gEOdude
- Thread
- Operations
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
A
Best major to become operations research analyst?
What is the best major to become an operations research analyst? http://www.bls.gov/ooh/math/operations-research-analysts.htm Most schools don't offer majors in operations research or industrial engineering (mine doesn't!), so what is the next best alternative?- annoyinggirl
- Thread
- Major Operations Research
- Replies: 12
- Forum: STEM Career Guidance
-
S
MHB Order of Operations for Matrices in Scientific Computing
When I am dealing with matrices and the question says compute: $4A +B$ (where $A$ and $B$ are some matrices..) should I assume that they are implying I use the normal mathematical order of operations or is it different? For example should I assume they are saying $(4*A) + B$ or $4(A+B)$- shamieh
- Thread
- Matrices Operations
- Replies: 1
- Forum: General Math
-
LHC Experiments: Understanding "Turning On" the Collider
I understand basically what goes on at the LHC: They take protons, run them around the accelerator, they collide in the "experiment centers" such as Atlas and CMS, and then record the results of the collisions from detectors that span out radially from the collision site. That part is clear...- DiracPool
- Thread
- Lhc Operations
- Replies: 7
- Forum: High Energy, Nuclear, Particle Physics
-
I
Help with BJT regions of operations
i understand this graph the ordering of the regions make sense to me; cutoff: little/no base current ----> no current anywhere active: base current moderately past V_be -----> linear current amplification saturation: etc but here.. http://']http://i.imgur.com/JpGqXUQ.png what is going...- iScience
- Thread
- Bjt Operations
- Replies: 1
- Forum: Electrical Engineering
-
MHB What Are the Complexity and Operations of a Static Queue?
Hi! (Wave) I am looking at the operations of a static queue. pointer MakeEmptyQueue(void) pointer Q; /* temporary pointer */ Q = NewCell(Queue); /* malloc() */ Q->Front = 0; Q->Length = 0; return Q; I have to find the complexity of the above...- evinda
- Thread
- Complexity Operations Queue Static
- Replies: 9
- Forum: Programming and Computer Science
-
B
How do I rotate an inertia tensor in Cartesian coordinates?
Hi Folks, I have an inertia tensor D in the old Cartesian system which i need to rotate through +90 in y and -90 in z to translate to the new system. I am using standard right hand rule notation for this Cartesian rotation. ##D=...- bugatti79
- Thread
- Matrix Operations
- Replies: 4
- Forum: General Math
-
B
How do I write a Cayley table for ##D_3## using cycle notation?
Hello everyone, The problem I am working on asks me to write a Cayley table for ##D_3## using cycle notation. However, I am having difficult with determining how to operate on a pair of "cycles." Here is my work so far: ##R_0 = e = ()## ##R_{120} = (123)## ##R_{240} = (312)## ##F_T =...- Bashyboy
- Thread
- Cycle Notation Operations
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
S
Question on testing logical truths for set operations
My question is on how to answer if two statements are equal in set theory. Like De'Morgans laws for example. I'm currently reading James Munkres' book "Topology" and am working through the set theory chapters now, and this isn't the first time I've seen the material, but every time I see this...- schlynn
- Thread
- Operations Set Set theory Testing Theory Topology
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
G
Line operations on matrix products
Can I perform line operations on a matrix product? For example the matrix product ABC and I know that A and C are invertible, can I row reduce to get ICI? Will the product be conserved?- gummz
- Thread
- Line Matrix Operations
- Replies: 1
- Forum: Linear and Abstract Algebra
-
W
Fibonacci Operations: Uncovering Weird Properties
https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=ff063a19b0&view=att&th=148f1c9590566f17&attid=0.1&disp=safe&zw&saduie=AG9B_P-_5uo2y5jplL5o_M_vYWte&sadet=1412805844641&sads=ivFuEkpjW55tmUUptu2J4poEUhA So I've been messing around with the Fibonacci sequence and I noticed a...- willr12
- Thread
- Operations
- Replies: 5
- Forum: General Math
-
M
Operations research formulation question
I'm not sure where this subject is supposed to go but it seemed to fit better here than in calculus and beyond. Homework Statement Formulate the following problem and then use desmos or guess and check to solve it: The magnetic attraction company produces large and small magnets at 2 different...- mikky05v
- Thread
- Operations Research
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
J
What are the Best Textbooks for Hands-On Learning in Operations Research?
can anyone recommend me a good text on OR that has a decent amount of questions, preferably with answers and even solutions. I am a hands on learner and my current text doesn't provide too many questions thank you- Joe626
- Thread
- Operations Research
- Replies: 1
- Forum: General Math
-
How to Validate User Input in MATLAB?
Homework Statement Often times, a program accepts input from a user, and needs to check the validity of the input, and then produce useful and informative error messages if the input is invalid. Suppose that uiVal is a variable representing the user's input, and that errorCode is an 1-by-0...- gfd43tg
- Thread
- Conditional Matlab Operations
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
A
Therefore, this is not possible and the correct answer is no.
Can I get this matrix \begin{smallmatrix} 1&1&0\\ 0&0&1\\ 0&0&0 \end{smallmatrix} from the identidy matrix I3 like this: \begin{smallmatrix} 1&0&0\\ 0&1&0\\ 0&0&1 \end{smallmatrix} Add second row to first row. Then substract second row from itself. Is the substraction of a row from...- alingy1
- Thread
- Matrix Operations
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
R
A very basic question about matrix operations
This is a very basic question that I've been too embarassed to ask my elementary linear algebra teacher this far into the course: Lets say we have a matrix \begin{pmatrix} 1 & 2 \\ 2 & 1 \\ \end{pmatrix} Why can't we do something like ##R_2 - 2R_1## and ##R_1 - \frac {1}{2} R_2## at the...- Regtic
- Thread
- Matrix Operations
- Replies: 13
- Forum: Calculus and Beyond Homework Help
-
F
Unsensible Rules/Laws of negative number operations
First of all I must make a claim. Rules are shortcuts. Shortcuts that people use to not bother in understanding the complete picture of something. And this includes the rules of calculation between negative and positive numbers. Furthermore, I believe that these rules are counterintuitive or...- fde645
- Thread
- Negative Operations
- Replies: 29
- Forum: General Math