Operations Definition and 305 Threads

  1. F

    Easy operations but somehow I'm wrong

    Homework Statement Carry out these operations as if they were calculations of experimental results, and express each answer in the correct units and with the correct number of significant figures: (d) (7.8 m - 0.34 m) / (1.15s + 0.82 s) Homework Equations V=d/t The Attempt at a...
  2. JJBladester

    Determine (without doing row operations) that a system is consistent

    Hello, I just started learning Elementary Linear Algebra. I've read through the first chapter in my book (Elementary Linear Algebra by Larson, Edwards, Falvo, 5th edition). There were two "Discovery" questions that try to see if you know how systems of equations work. I am unsure on both...
  3. M

    2.2 Set Operations: Discrete Mathematics and its application

    page.130 Ex.20 Ex.20 Show that if A and B are sets, then (A\capB) \bigcup (A\capB) = A. how do u solve this? The Attempt at a Solution
  4. A

    Operations research linear model question

    Homework Statement Dean's Furniture Company assembles regular and deluxe kitchen cabinets from precut lumber. The regular cabinets are painted white, and the deluxe are varnished. Both painting and varnishing are carried out in one department. The daily capacity of the assembly department is...
  5. D

    Bitwise operations in Macysma derived Computer Algebra Systems?

    I can't see any native bitwise operators (like C++'s & and ^) in Maxima, is the right way to drop down into CLisp something like this? :lisp boole-and 5 7 Many thanks, Duncan
  6. E

    Questions regarding function operations on sets.

    Let F:X->Y be an arbitrary function over sets X and Y. Why is F-1(Y) = X always true? Suppose B1 and B2 are some subsets of Y. Why is F-1(B1 \bigcap B2) = F-1(B1) \bigcap F-1(B2) always true? These aren't homework questions. I'm just curious. I saw these statements the other day, and I...
  7. M

    Tensor operations and properties

    Hello everyone! I finished school 2 months ago and at the moment I'm looking forward to my study in physics :) As a preparation for it, I want to learn more about the mathematics physics use :) I read some books about vectors and matrices and came upon the term 'tensor' several times :)...
  8. H

    MATLAB MATLAB: Sum & Remove Array Entries (0, 1 & >1)

    Hi, How can I find the following from an array with entries of 0, 1, and >1: Find the sum of all the entries in the matrix that are not equal to 0. Find the sum of all the entries in the matrix. Find the sum of all the zero and 1 entries in the matrix. How to remove the entries in the...
  9. J

    Significant Digits for Longer Operations

    Homework Statement Ok so I am having difficulty doing significant digits for longer operations (i.e. cosine law) where you also have square roots and squares (I know they are simply multiplications) Homework Equations c^2 = a^2 + b^2 - 2ab(cosC) The Attempt at a Solution Here are...
  10. N

    High performance library for set operations?

    I need to perform standard set theory operations such as union, intersection, difference on sets of integer numbers. Each set can have a few hundred elements and each operation can involve a few hundred sets. The operations can easily be written in Java using the Java Collections Framework...
  11. R

    Operations across an inequality

    Homework Statement If a<b...can I then say that a^2<b^2 or a^3<b^3 or even \sqrt{a}<\sqrt{b}?Why I ask is that usually in some of the induction questions I do with inequalities, they give an expression like x_{n+1}=x_n^2 -7 or something like that.
  12. B

    Vector Operations Homework: Verify |xy|<=|x|+|y|

    Homework Statement Let x and y be to vectors Verify whether |xy|<=|x|+|y| for all x,y The Attempt at a Solution My first problem with this question is that it does not tell us whether the operation xy is the same as x.y (dot product) or a cross product.
  13. Dale

    Are Scaled and Summed Four-Vectors Still Four-Vectors?

    If a and b are four-vectors then are ka and a+b also four-vectors? My question arises because of the four-velocity, which always has magnitude c. So the sum or difference of two four-velocities will not generally be a four-velocity, but will it be a Lorentz invariant four-vector? If so...
  14. C

    Proof about operations on sets

    Homework Statement Let the set Ar: r is an element of all real numbers and the set Br: r is an element of all real numbers be two indexed families of sets. Prove that (upside U r is an element of the reals Ar) U (upside U r is an element of the reals Br) is a subset of upside U r is an...
  15. C

    Proving Set Subset Relationships to (X/B) and (X/A) Union"

    Homework Statement Prove the following statement: A is a subset of B if and only if (X/B) is a union of (X/A) Homework Equations The Attempt at a Solution I really don't understand how to prove these types of problems. I was thinking about proving the contrapositive, which...
  16. L

    Mathematic operations and structures in C

    Hello guys, I was wondering: say you have a structure: struct tag{ int a char b int b int c } how would you make int c equal to int a + int b for all variables of type struct tag? I have tried using pointers but it baffles me how you would make a global change in that all...
  17. M

    Is the group (G,dG) isomorphic to the original group G?

    Homework Statement Exercise 1.2:2. (i) If G is a group Define an operation dG on |G| by dG(x, y) = x*y^-1. Does the group given by (G,dG) determine the original group G with * (I.e., if G1 and G2 yield the same pair, (G1,dG1) = (G2,dG2) , must G1 = G2?) There is a part II, but I would...
  18. R

    Can Column Operations be Used to Find the Inverse of a Matrix?

    If I have a matrix A= \left( \begin{array}{ccc} 1 & 2 & 3\\ 0 & -1 & 4\\ 1 & 1 & 6 \end{array} \right) and I need to find A^{-1} I would just augment with the identity matrix and then do row operations. But if I want to use...
  19. S

    Order of Operations: Guitar String Frequency

    Homework Statement Homework Equations The answer is 417.42 Hz in the book, I just don't know the order of operations to solve this. The Attempt at a Solution Can you explain where I'm going wrong in my order of operations. Thanks
  20. T

    Gauss Row Operations: Solving by Hand?

    I am just interested is there anyway to solve these through a specific method by hand. I know that you can produce an algorithm so that you can solve these into upper triangle form but is there a way to do it by hand other than by inspection.
  21. O

    How to Perform Operations on Vector Fields F and G?

    Supposing we have as 2 vector fields: F = x^2i + 2zj +3k and G = r^2e_r + 2\cos\Theta e_{\Theta} + 3\sin(2\phi) e_\phi how do i perform the following operations on them? - F\cdot r - F\times r - |G| - G\cdot r
  22. E

    C/C++ What do the symbols and operations mean in resolving C++ text problems?

    i am faced with some homework in Resolve/C++ and encountered several problems ensures t1 = #t1 * #t2 -what do the pound signs before the variables mean? -what does it mean when one text "*" another text? hope someone can help. can't really find much resolve/C++ help online. thanks!
  23. P

    Sigma Algebra Operations: Examples

    What are some examples of sigma algebra operations?
  24. P

    Matrix operations in C language

    i have a matrix 4x4 like this 1 5 7 3 2 6 8 0 1 4 3 2 0 4 0 5 my teacher asks me to print out 1 2 3 4 each of the digits is from the 1st 2nd 3rd 4th rows it looks very simple, but because i just learned c for two months, i don't know how to code a program, true. could you help me...
  25. E

    Modulus Operations Homework: Simplifying 1^3+2^3+3^3+...+99^3+100^3(mod4)

    Homework Statement How do you simplify : 1^3+2^3+3^3+4^3+...+99^3+100^3(mod4) Please try to explain the solution as detailed as possible or atleast so I can understand it. :smile:
  26. B

    Operations with infinites and zero and etc.

    hi I'm guessing if anybody knows some work of some matematician about operations with infinites, not just the 0/0=inf/inf=inf*0 and so, but something advanced, like a deep study in infinites and zero math. i tried with google scholar, in the math sites, on the forums but i couldn't find...
  27. M

    Determine Right Angle of ΔABC with Vector Methods

    Q: Given the points A(1,6,-2), B(2,5,3) and C(5,3,2). Use two different vector methods to determine whether ΔABC is a right angle triangle. hmmm vector methods...i'm not quite sure what to do but i have some ideas. for a first method, could i take the magnitude of each side and see if the...
  28. J

    Units from Operations: 1-kg/s^2, 2-m^3/s, 3-m^2, 4-coul^2/s

    Express in the simplest form the units resulting from the following. (1) [kg/m^2][m^2/sec], (2) [m^3/kg][kg^2/sec], (3) [m^5/sec^2] / [m^3/sec^3], (4) [(kg^2 x coul^2)/(sec^3)] / [(coul x kg)/(sec^2)]
  29. Pengwuino

    News Port Operations in the US: Xenophobia or Opportunity?

    So does anyone know what companies are going to be taking over port operations in the Bay Area and LA? I mean, doesn't the left want to thrust xenophobia into the spotlight and kick out foreign companies "running" US ports? China ring a bell anyone? Anyone?
  30. Loren Booda

    What Comes Before and After Addition, Multiplication, and Exponentiation?

    What operation precedes, and what operation follows the sequence below? ...addition, multiplication, exponentiation...
  31. T

    Proving Abelian Group with Numbers and Operations

    Hello. I was wondering how I could prove if a set of numbers along with some arbitrary operation is an abelian group.
  32. K

    Mathematica Are cognition levels and mathematical operations linked ?

    Let consider this small example...I find it interesting, but I think it does not in fact tell anything about reality : You are in presence of somebody, and another one enters the scene :Operation "times" : a) subjectively (as seen from you), the number of person is for you : x 2 : 1...
  33. S

    Where Can I Learn About Large Signal Operations of MOSFETs?

    Hi guys! can anybody suggest me any link from where i can get a detailed understanding of large signal operations of MOSFETs? Thanks in advance
  34. tandoorichicken

    Linear algebra and matrix operations: correct me if im wrong

    as far as intro linear algebra is concerned, there's no such thing as matrix division and its not valid to say that for a linear transformation T(x) and its standard matrix A, A = \frac{T(\vec{x})}{\vec{x}} just because T(\vec{x}) = A\vec{x} Am I right?
  35. T

    Elementary row operations question

    I am working with the following equation: |1 -2 3| |6 -11 15| |4 -14 21| a. add -4 time Row1 to Row 3 b. add -6 times Row 1 to Row 2 c. add 6 times Row 2 to Row 3 d. multiply row 3 by -1/9 I have come up with the following answer: |24 -48 72| |180...
  36. S

    Graphical Analysis of Functions: Finding g(x+3) at x=1

    Little help please and some work checking. Given f(x)=3x+2 and g(x)=\frac{x-4}{2x} It asks for g(\frac{1}{x}) So substitute in: \frac{\frac{1}{x} - 4}{2(\frac{1}{x})} Simplify: \frac{\frac{1}{x} - 4}{\frac{2}{x}} I multiply top and bottom by x right? That would give: \frac{1 -...
  37. R

    News How Will Venezuela's Aid Impact U.S. Poor and Healthcare?

    http://www.venezuelanalysis.com/news.php?newsno=1736
  38. M

    Can Redefining Operations Make Integers a Field?

    This problem comes from Halmos's Finite Dimensional Vector Spaces. Given that we can re-define addition or multiplication or both, is the set of all nonnegative integers a field? What about the integers? My thinking is that since the Rational numbers form a field, and they are countable, we...
  39. Y

    Levi - Civita tensor and operations with it

    I read about symbols which simplify representing vectorial operations. For example A_\mu\hat{e_\mu}=\sum_{i=1}^{3} A_i\hat{e_i}=\vec{A} also \vec{A}\times\vec{B}=\sum_{i,j,k=1}^{3} \epsilon_{ijk}\hat{e_i}A_j B_k = \epsilon_{\lambda\mu\nu} \hat{e_\lambda} A_\mu B_\nu As an exercise i have...
  40. D

    LaTeX Rtf2latex2e problems in this software operations

    It seems like i had problems in this software operations. It seems like i can't get what i suppose to get after the conversion. Here i attach some pics for ur view and some rtf files which i convert them. http://members.fortunecity.com/darkar/pf/table.rtf...
  41. L

    How to prove the double containment argument for infinite operations with sets?

    Hi, I am having problems with proving the double containment argument for the following problems. I would appreciate any feedback. Thanks. Compute \bigcup (i \in I) Ui and \bigcap (i \in I) Ui if a. I=N, the set of all positive natural numbers and U_n = (-n,n) \subseteq R (U_n is the open...
  42. P

    Preform the operations and simplifying

    Hello I have to preform the operations and simplifying it. This is what i have \frac{1}{x}+\frac{1}{x-2}+\frac{3}{(x-2)^2} =\frac{3x^2-7x+8}{x(x-2)(x-2)} Is this correct?? Where do I go from here? Thanks P
  43. C

    Proof for operations algorithms

    Hi everybody, I would like to find proofs for the algorithms that we use to calculate sums,products,quotients... For example I would like to see how the long division algorithm is proved. Do you know any sites that have such proofs? Any help would be appreciated Thanks
  44. C

    Is Order of Operations the Same in Vector Spaces as in Junior High School?

    Hi everybody, In vector spaces we define two operations, addition and scalar multiplication. Scalar multiplication is distributive over addition. This can define the order of operations in the vector space? I mean when we have an expression to calculate, we know that we firstly calculate...
  45. C

    Vector Operations In Polar Coordinates?

    Is it possible to do vector operations in polar coordinates?
  46. C

    Vector operations in polar coordinates?

    Is it possible to do vector operations in polar coordinates?
  47. C

    Order of Operations: PEMDAS & Beyond

    Hi everybody, I want to ask some things about the order of operation. Of course I have heard and used PEMDAS! First of all i want to make this clear: we say that first we should calculate the parentheses: in order to do so we also use PEMDAS in each parenthesis to calculate it's value? I am...
  48. I

    MATLAB Is it possible to perform array operations on rows of a matrix in Matlab?

    Array operations in Matlab? Is it possible to apply operations to the rows of a matrix as an array? Such as I have a matix A which is 30 rows by 1 column and I want to treat each row as a vector such that I can solve for the polynomial roots of each row using the roots comand (treating each row...
  49. quasar987

    Operations on Limit: Does 0 imply Non-Existence?

    My Real Analysis textbook says: Let f,g: D --> R be two functions of common domain D that posses a limit at x_0 an accumulation point of D. Then, f/g as a limit at x_0 and this limit is the quotient of the limit of f to the limit of g, as long as g \neq 0 \ \forall x \ \epsilon \ D and that the...
  50. P

    Vector Operations in Polar Coordinates?

    Do you think you could do vector operations in polar coordinates?
Back
Top