Structures Definition and 324 Threads
-
D
Normal Mode Analysis at non-equilbrium structures
Hello, My question stems from a research project of mine involving taking the normal modes of clusters of molecules from a potential. I was curious of the interpretation that can be made of normal mode vectors at a non-equilibrium structure, i.e something following a MD trajectory beginning at...- DinosaurChemi
- Thread
- Analysis Mode Normal Normal mode Structures
- Replies: 2
- Forum: Atomic and Condensed Matter
-
G
How Do Quaternion and Spinor Structures Impact the Geometry of Vector Spaces?
Given a real vector space, I understand the significance of defining a complex structure. Now, if J is a complex structure on a real vector space, and we find an anti-commuting complex structure I, so that we have I, J, and K=IJ, what are some interesting properties that we have now on our...- GcSanchez05
- Thread
- Structures
- Replies: 1
- Forum: Differential Geometry
-
J
Help in locating this oustanding beginners book on algebraic structures?
I'm posting this question here because I recall a certain book as being an outstanding introducton to algebraic structures and therefore worth knowing about in 2012. The problem is that I borrowed it from a library in the early 1990s and I can't remember it's name! Here's what I remember...- jason12345
- Thread
- Beginners Book Structures
- Replies: 4
- Forum: Science and Math Textbooks
-
G
Finding Anti-commuting Complex structures
Say we complex structure J on a space with even dimension. Is there a trick to finding another complex stucture I that anti-commutes with J? Moreover I'm that these be integrable complex structres. Any ideas?- GcSanchez05
- Thread
- Complex Structures
- Replies: 3
- Forum: Linear and Abstract Algebra
-
K
Complex Linear Brackets and Integrable Structures.
Homework Statement Let (M,J) be an almost complex manifold and [.,.] be the commutator bracket on vector fields. Show that if the map v \mapsto [v,w] is complex linear then J is integrable. The Attempt at a Solution This question essentially just boils down to showing that the...- Kreizhn
- Thread
- Complex Linear Structures
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
N
Why Are Some Resonance Structures Less Common?
Hello! I have silly question on resonance, it's so silly, I couldn't find an answer: Lets say there is a O=CR-CH=CH2 bonding in a molecule, R = some other group. You can get (I have put the charges in brackets and Superposition (I think that's what its called): (1-)O-C=C-C(1+) (ignoring...- nobahar
- Thread
- Resonance Structures
- Replies: 1
- Forum: Biology and Chemistry Homework Help
-
What is the coproduct of structures?
Suppose S is a family of L-structures where L is some collection of constant symbols, relation symbols, and function symbols. Does the coproduct of elements of S exist? If not, how does one prove it? If yes, how is the coproduct defined? Are the maps from elements of S to the coproduct all...- phoenixthoth
- Thread
- Structures
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
Structures, Functions, and PointersOh my
Here is some code: typedef struct ExpandedTime { int et_usec; int et_sec; int et_min; int et_hour; } ExpandedTime* localTime(ExpandedTime* etime); Apparently the ExpandedTime* localTime(ExpandedTime* etime) is a function called localTime() that takes a pointer to an...- xortan
- Thread
- Functions Structures
- Replies: 21
- Forum: Programming and Computer Science
-
M
Phase-space structures in plasma turbulence
Here is a glimpse of my current research. This is a kinetic simulation of electrostatic waves in a bump-on-tail plasma, with multiple resonances and some dissipation. Quasi-linear theory predicts a flattening of the velocity distribution over the range of resonant velocities of linearly unstable...- maxime.lesur
- Thread
- Plasma Structures Turbulence
- Replies: 2
- Forum: Astronomy and Astrophysics
-
J
Drawing 2D Velocity Structures?
Drawing 2D Velocity Structures? Homework Statement I need some help in drawing structures such as velocity of the plane relative to the air, velocity of the plane relative to the ground, and velocity of the air relative to the ground. Please give me some tips on how to drawing these, thanks!- justinh8
- Thread
- 2d Drawing Structures Velocity
- Replies: 1
- Forum: Introductory Physics Homework Help
-
C
Problem with pointer and structures in C
I'm trying to point to the data in struct ele709_record john_doe into the total_mark function. But it's not working, the value returned is not the same as in struct. #include <stdio.h> struct lab { double experiment1; double experiment2; double experiment3; }; struct theory{...- cs23
- Thread
- Structures
- Replies: 6
- Forum: Programming and Computer Science
-
S
Courses Is Data Structures course old school?
Hello. I am an EE student with two semester left. I can optionally take a course on Data Structures from the CS department this next semester but am unsure if the material is old school or is still relevant today. The course covers the following topics with programming assignments in C...- SpaceDomain
- Thread
- Course Data School Structures
- Replies: 6
- Forum: STEM Academic Advising
-
K
Waves in periodic structures - Coupling of evanescent waves to propagating waves
Hi, On a surface evanescent waves are created when total internal reflection occurs. However when this surface has periodic structures of appropriate periodicity (gratings, photonic crystals) the evanescent waves are "freed" from the surface and they propagate to the surrounding media. I am...- Karthiksrao
- Thread
- Coupling Periodic Structures Waves
- Replies: 1
- Forum: Classical Physics
-
K
Waves in periodic structures - Coupling of evanescent waves to propagating waves
Hi, On a surface evanescent waves are created when total internal reflection occurs. However when this surface has periodic structures of appropriate periodicity (gratings, photonic crystals) the evanescent waves are "freed" from the surface and they propagate to the surrounding media. I am...- Karthiksrao
- Thread
- Coupling Periodic Structures Waves
- Replies: 5
- Forum: Atomic and Condensed Matter
-
S
Misc. Create Steel Art: Smiley Faces to Complex Structures
Anyone? Anything? Even if I'm making little smiley faces on graphite? I'd love to make something that's more complex using steel, even if I have to stitch it together atom by atom.- s09
- Thread
- Art Complex Steel Structures
- Replies: 7
- Forum: DIY Projects
-
A
Mathematical objects, structures and spaces
What are they, how are they visualized? Is it like how basic equations when plotted form a shape (e.g. circle) but much more complex? When I think of the those words, I think of some sort of weird/cool looking shape.- autodidude
- Thread
- Mathematical Structures
- Replies: 5
- Forum: General Math
-
B
Algebraic Structures, interpreting question
Homework Statement Prove that if gcd(a,b)=1 then N\ S(a,b) is a finite set. Homework Equations The Attempt at a Solution I'm new to set theory and this question is from a voluntary course that don't give any credit. I'm not sure how to start off here. What does the S(a,b)...- bhoom
- Thread
- Structures
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
MATLAB Matlab: Problem with structures
Hi All, I've written some code in Matlab that calculates a number of parameters and saves the data to a structure. A portion of the code is shown below: uniqueName = genvarname(date); plant(id).(uniqueName) = {date avgHeight avgVol}; . The various parameters such as avgHeight etc. are...- craigpmorgan
- Thread
- Matlab Structures
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
N
Lattice length for Zincblende structures
So we have the covalent Radii of Ga = 1.26 A and As = 1.19 A. And the structure is Zinc blende with arsenic occupying half of the tetrahedral sites. So its probably not close packed... The formula the works for me is, [4/sqrt(3)] x [ radius of Ga + radius of As ]. I can get the answer ( 5.66... -
T
Structures Practise Paper Question
The problem has been highlighted in the attached picture, it's an old exam paper question and I've been trying to do it in preparation for a university exam. I am confident in modelling the structure (into both shear panels and edge members), and confident that I am able to identify both...- tomg136
- Thread
- Paper Structures
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
Structures (Civil Engineering) - Help with Planar Truss and Stress Analysis
Structures (civ Eng) urgent help Hello, I've got two resit exams coming up in over a week for Civil engineering first year structures 1a and 1b. I've been attempting several past papers and there were some questions I desperately need help with. I'm not sure if this is exactly the...- allblue123
- Thread
- Structures
- Replies: 21
- Forum: Engineering and Comp Sci Homework Help
-
F
Sets and Algebraic Structures, help with equivalence relations
Let Q be the group of rational numbers with respect to addition. We define a relation R on Q via aRb if and only if a − b is an even integer. Prove that this is an equivalence relation. I am very stumped with this and would welcome any help Thank you- flufles
- Thread
- Equivalence Equivalence relations Relations Sets Structures
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
C/C++ What is the purpose of data structures in C and C++?
What is data structures in C and C++ all about? I heard that data structures are useful in constructing menu items of any software's menu bar. Is it true? Please tell me more examples of the applications of data structures in real life. Thanks.- pairofstrings
- Thread
- C++ Data Structures
- Replies: 4
- Forum: Programming and Computer Science
-
T
Analysis of Structures (Method of Sections)
Homework Statement Using the method of sections, determine the force in members BD, CD, and CE of the roof truss shown in the figure (the red line is the cutting plane and the green arrows are my assumed directions of the unknown forces) Homework Equations summation of moments=0...- timeforplanb
- Thread
- Analysis Structures
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
C/C++ Comparing Java and C/C++ for Data Structures
Which is better Java or C/C++ with data structures and why?- pairofstrings
- Thread
- Data Java Structures
- Replies: 5
- Forum: Programming and Computer Science
-
What does these structures do? (pistons with linear and circular motion)
I always see them in my dynamics problem but I never understand what are they used for, typically? Just to get some sort of perspective on the thing. It's supposed to be a rod connected to two pistons moving with linear and circular motion...- Femme_physics
- Thread
- Circular Circular motion Linear Motion Structures
- Replies: 4
- Forum: Mechanics
-
S
Help understanding statically determinate/indeterminate structures
hi! i have a bunch of questions where I'm suppose to indicate if a structure is statically determinate i have way to do this that usually gives me a decent answer. i go with r > 3n means it's indeterminate, and r = 3n means it's determinate. r represents reaction forces, and n represents...- steve321
- Thread
- Structures
- Replies: 3
- Forum: Introductory Physics Homework Help
-
E
Comparing Structures of Democratic and Non-Democratic Governments
QUESTION: " Political and legal systems are often labelled as either being 'democratic' or 'non-democratic'. Compare the structures of such systems. " HOW?: I look at this question and not know exactly what I am looking for. What exactly is a structure of democratic and non-democratic...- Elihu5991
- Thread
- Structures
- Replies: 7
- Forum: General Discussion
-
S
What Are the Key Questions in Understanding Structures in Logic?
Every so often I return to the idea of structures as used in logic & clean up my ideas about them, here is my latest attempt, four questions based on the short summary below, would really appreciate any help from you guys. A structure is a triple of the form = (F, σ, I). F is a set of...- sponsoredwalk
- Thread
- Structures
- Replies: 7
- Forum: Set Theory, Logic, Probability, Statistics
-
B
Relation between entropy, order and structures
Hi everyone. I'm very interested in how order and structures arises in the universe, but I don't get how thermodynamics (which seem to be closely linked to order, especially the second law) relates to that... So I will ask a few questions. Please don't be too technical, I study computer...- benjayk
- Thread
- Entropy Relation Structures
- Replies: 7
- Forum: Thermodynamics
-
W
Discrete Structures Question on a Relation
Homework Statement Let A be the set of all strings of a's and b's of length 4. Define a relation R on A as follows. For all s,t \in A, sRt, s has the same first two characters as t. s=baaa t=abaa Homework Equations The Attempt at a Solution I just want to know if the order of the first two...- wolfmanzak
- Thread
- Discrete Relation Structures
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
G
Types and structures of capacitors
I have a question that is asking me to draw a diagram and explain the structure of different types of capacitors. I am actually not sure what they're referring to. Do you think they might be referring to types of capacitors like: Ceramic capacitor, mica capacitor, Electrolytic capacitor. The...- Googl
- Thread
- Capacitors Structures
- Replies: 1
- Forum: Introductory Physics Homework Help
-
P
Plasticity Q for complex structures
Homework Statement I have attached a jpeg of the question invloved. Involving finding shap factors for both the T and the sqaure piece. Homework Equations Due to illness i missed the lecture for this topic and as such i am missing the relevant equations on how to attempt this. If...- P111ltl
- Thread
- Complex Plasticity Structures
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
C
Hydrocarbons have different structures but the same atoms
Homework Statement The following hydrocarbons have different structures but the same atoms except for one. Which of them is this exception and what is the difference? a)cyclobutane b)1-butene c)2-butene d)cyclobutene e)methylcyclopropane Homework Equations Which of them is this...- chawki
- Thread
- Atoms Structures
- Replies: 3
- Forum: Biology and Chemistry Homework Help
-
J
How Do You Solve Indeterminate Beam Structures?
Homework Statement In the enclosed picture is a loaded beam and strut, what I need to do is determine the reactions at the supports. The problem is that I think the beam is indeterminable because there are more than three reactions? Homework Equations I do no the three equations of...- jamesd2008
- Thread
- Beam Structures
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
E
What are resonance structures and how can I understand them better?
My teacher is explaining resonance structures in class, but I don't understand it that well. Can someone please help? (: -
S
What Constitutes an Algebraic Structure in Set Theory?
I just found out that the words "algebraic structure" have a precise definition and that this notion is not just common language! Then below this definition they give another (equivalent) definition: So based on this I have three questions: 1: How is this concept explained in terms of...- sponsoredwalk
- Thread
- Sets Structures
- Replies: 3
- Forum: Set Theory, Logic, Probability, Statistics
-
J
Confirming Glycine Structures at pH's 1,6,13
Structures of Glycine at pH's 1, 5.97 and 13, just wondering if anyone can confirm these, been a while since molecular bio. pH 1 pH 6 pH 13 Regards, Andrew Johnson- Johnson
- Thread
- Structures
- Replies: 1
- Forum: Biology and Medical
-
F
How to find a number in a matrix efficiently?
Hi guys, was wondering if someone could help me with a homework problem. The problem: The input is an N x N matrix of numbers that is already in memory. Each individual row is increasing from left to right. Each individual column is increasing from top to bottom. Give an O(N) worst-case...- frankfjf
- Thread
- Data Structures
- Replies: 7
- Forum: Programming and Computer Science
-
Are double bonds/resonance structures more nucleophilic?
I'm only talking about carbon-carbon double/triple bonds here. A nucleophilic atom is one that would donate electrons to an electrophile (often a highly electronegative atom like oxygen or a halogen). Anyways, what about carbon-carbon double bonds? I'm inclined to think that they're less...- Simfish
- Thread
- Structures
- Replies: 3
- Forum: Biology and Chemistry Homework Help
-
J
C programming Q: initializing an array of structures
I am writing a program in C (vanilla, non-C++/C#) and I am having trouble figuring out why my initialization of my array of structures isn't working. I have tried a number of things without any luck. I still get a compiler error: "conflicting types for 'cardInfo' " I am writing a simple...- jjc
- Thread
- Array C programming Programming Structures
- Replies: 6
- Forum: Engineering and Comp Sci Homework Help
-
D
Resonance/energy levels contributing structures
I'm working my way through The Art of Writing Reasonable Organic Reaction Mechanisms by Robert B. Grossman (excellent book, by the way), but the way he describes resonance is confusing me. I feel like the more I think about it, the more confusing it gets. Consider a carbon-carbon double... -
P
Algebra - Number of Nonisomorphic Binary Structures
Homework Statement (Fraleigh's Algebra, 2003, p. 36) There are 16 possible binary structures on the set {a, b} of two elements. How many nonisomorphic (that is, structurally different) structures are there among these 16? Phrased more precisely in terms of the isomorphism equivalence...- ppd
- Thread
- Algebra Binary Structures
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
M
Isomorphism and Binary Structures
Let J be a set of all linear functions. Consider the set R^2 in the Euclidean plane. Define a binary operation * on R^2 in such a way that the two binary structures <J, +> and <R^2, *> will be isomorphic. Any thoughts? If something is not clear please ask. Thank you.- MikeDietrich
- Thread
- Binary Isomorphism Structures
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
N
What Are Unusual DNA Structures Like Hoogsteen Pairs and Hairpin Structures?
i have to fill in the blanks for the following questions using the following choices (some will be used once, others more than once, and others not at all) : z-dna, cruciform structure, mirror repeat, hairpin structure, g-tetraplex, triplex dna, hoogsteen pairs, a-dna, duplex dna, inverted...- nickname
- Thread
- Dna Structures
- Replies: 2
- Forum: Biology and Chemistry Homework Help
-
S
Crystall structures of Cu, Al, and Fe at different temperatures.
I was wondering if someone could tell me (in pedestrian terms) what are the crystal structures of aluminum, copper and iron as a function of the temperature. I just read the chapter on crystalline arrays of Callister's Materials Ecience & Eng. but the book just says that Cu and Al have a FCC...- SrEstroncio
- Thread
- Structures
- Replies: 3
- Forum: Materials and Chemical Engineering
-
L
How to Determine Bonding in Lewis Structures for Oxoacids
When drawing a Lewis structure for a compound how do you know what bonds to what? For example, with H2SO4, how does one know whether the H bond to O or to S? -
S
What is the Best Data Structures Book for Learning Computer Science?
Hello I have used Data Abstraction and Problem solving in Java Walls and mirrors, for my 1st data structures course I found i didn't use it that much at all, it pretty wordy and quite boring to read. Can anyone recommend me a good book for data structures? Basically in the course we...- SpartanG345
- Thread
- Book Data Structures
- Replies: 4
- Forum: Science and Math Textbooks
-
S
What Limits the Maximum Size of a Cell?
Homework Statement The maximum size to which a cell may grow is limited by the cell's ? Homework Equations NIL The Attempt at a Solution It's a multiple-choice question... so i picked nucleus. My argument is that the nucleus controls the internal functions of the cell. However...- sharkey1314
- Thread
- Biology Cells Structures
- Replies: 1
- Forum: Biology and Chemistry Homework Help
-
W
Medical Identifying structures in brain MRI
Hello all, experts and otherwise. I'm looking for some links to software and documentation for selecting Regions of Interest (ROI) in MRI data of the human brain. Saving ROIs is a must. Any tips also appreciated. Thank you!- Wo0p
- Thread
- Brain Mri Structures
- Replies: 7
- Forum: Biology and Medical