Classes Definition and 568 Threads
-
P
Should I double up on math courses next school year?
TL;DR Summary: Passionate about math and excels at it, wants to be challenged but prefers the chaotic enviorment of my peers on the standard track Hi there! I am currently a high school freshman in algebra 1B and I love it, but i find it very easy and slow-paced. I understand concepts quickly...- p3ntag0nE_hoU53
- Thread
- Classes Courses
- Replies: 5
- Forum: STEM Academic Advising
-
C/C++ Structs vs. Classes: Which is More Powerful in C++?
Moderator's note: thread split off from https://www.physicsforums.com/threads/why-should-the-copy-constructor-accept-its-parameter-by-reference-in-c.1049624/ That is true, but I am continually surprised and impressed about how much C++ is in C if you just know where to look, "struct" has almost...- Vanadium 50
- Thread
- Classes
- Replies: 8
- Forum: Programming and Computer Science
-
P
Courses Navigating Two Math Classes and an Elective Simultaneously
This semester I am taking calculus 3 and ODE, along with an intermediate CS class and a general elective communications course. I'm wondering how difficult these two will be when taken together. I took Calc 2 the semester prior and got an A, but have never taken 2 math classes simultaneously...- PurpleNurple7
- Thread
- Classes
- Replies: 6
- Forum: STEM Academic Advising
-
P
Binary operation on equivalence classes
So, my approach and solution are as follows: $$ [x * y] = \{ z \in M : z \sim (x * y) \} $$ Since we know that ##a * b \sim a^{\prime} * b^{\prime}## we can rewrite ##z## as ## x^{\prime} * y^{\prime} ##. Plugging this in yields: $$ [x * y] = \{ x^{\prime}, y^{\prime} \in M : x^{\prime} *...- PhysicsRock
- Thread
- Binary Classes Equivalence Equivalence class Equivalence relations Sets Union
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
H
Schools Taking in-person and online classes at two colleges at the same time?
I am currently in a college. And the college that I am currently at doesn't offer the class online. Can I go to a different college to take the classes online, and still be at the same college I'm at? I need the class online, it makes my school life and work life function more smoothly.- HP5182949
- Thread
- Classes Community college Online classes Time
- Replies: 3
- Forum: STEM Academic Advising
-
Comp Sci Are Equivalence Classes Confusing?
- shivajikobardan
- Thread
- Classes Equivalence
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
B
How to make progress in programming classes?
Hi everyone, Hopefully I'm writing this in the correct part of PhysicsForum. Here is my problem: I'm really struggling with my programming class (basics of python3 - loops, dictionaries, numpy). What I did this semester: 1. Participated in every class 2. Solved everything our course offered...- bolzano95
- Thread
- Classes Programming Python
- Replies: 19
- Forum: STEM Academic Advising
-
Physics Going back to grad school after having finished all classes
I was in graduate school for an Applied Physics PhD program for 3 years, where I got my Master's and took all the required classes for the PhD. I left because I wanted to try my hand at teaching, and I LOVED it. Now I am 34 years old, and I am wondering if there is any possibility of going back...- danbmurphy
- Thread
- Applied physics Classes Grad Grad school Physics Physics teacher School
- Replies: 12
- Forum: STEM Career Guidance
-
I Multiplication and addition definition of congruence classes
The definitions of them seem like arbitrary choices or an abuse of notation. I wonder what the reasons behind the definitions are. Thanks. PS. My instructor said such defs simplify the process of solving modular equations.- Leo Liu
- Thread
- Addition Classes Definition Multiplication
- Replies: 5
- Forum: General Math
-
T
Studying Help How do I raise my GPA? I have a full schedule with hard classes
Considering I barely passed summer semester with embarassingly terrible grades (which was only 2 months long and exams are on campus and were binary multiple choice question meaning no partial grades so you either know it or you don't and there is no close in science) are as follows: Course...- transhuman_autonomy
- Thread
- Classes Gpa Hard Schedule
- Replies: 9
- Forum: STEM Academic Advising
-
B
Studying Maximizing Your Focus and Concentration: Tips for College Students
Hi! I recently noticed I have really big problems concentrating when attending my college lectures (1year). Let me give an example: I come to the physics lecture and I'm totally engaged in the lecture material. But after 20min I start to lose interest and I have to physically force myself to...- bolzano95
- Thread
- Classes College
- Replies: 7
- Forum: STEM Academic Advising
-
M
Python Why is object oriented programming useful?
I'm looking at a script and it begins with class Solution(object): def lengthOfLongestSubstring(self, s): but what is the point of line 1? I've tried reading, and am pretty confused. Also, what is the purpose of "self" in the function? At some point later the script writes ob1 = Solution()...- member 428835
- Thread
- Classes
- Replies: 10
- Forum: Programming and Computer Science
-
B
Why are structs used for linked lists and classes used for binary trees?
Why are struct use for linked list and classes used for binary tree. honestly what is the different between a class and a struct? I have a teacher one tell me that a class was a struct on steroids. but what does that really mean ?- btb4198
- Thread
- Binary C++ Classes Trees
- Replies: 16
- Forum: Programming and Computer Science
-
D
Cheating in college classes: how common is it?
Hoping to start a discussion on a topic that seems rarely discussed here. In your direct or indirect experience, how commonly do students cheat in college classes? In what situation does cheating occur commonly? Did it occur in undergraduate or graduate school?- docnet
- Thread
- Cheating Classes College
- Replies: 24
- Forum: General Discussion
-
J
Other Can I Take Online Classes with a Busy Schedule?
May be a dumb question, but I know very little about online classes. My main question is, and I assume it does vary depending on a number of factors, but in general, is it possible to complete online classes while working a full time job with sometimes up to 80 hours a week or more. For...- JLowe
- Thread
- Classes Online classes Schedule
- Replies: 9
- Forum: STEM Academic Advising
-
J
I Determining the number of conjugacy classes in a p-group
The book I am using has a number of exercises like this: If G is a p-group, show that G cannot have exactly p+1 conjugacy classes. If G is a p-group with p+2 conjugacy classes, show that the order of G is 4. I can never solve any problem that involves connecting the number of conjugacy...- jstrunk
- Thread
- Classes
- Replies: 6
- Forum: Linear and Abstract Algebra
-
F
Python What Are Python Special Methods and Their Purpose?
Hello Forum, In Python, methods are functions which are defined inside a class. Python has many reserved keywords and built-in functions like print(), add(), type(), etc that we commonly use even when we don't create classes, instances, etc. Whenever we use an operator (like + or - ) or a...- fog37
- Thread
- Classes Python
- Replies: 4
- Forum: Programming and Computer Science
-
Python Looking for online/book Problems about the Python Classes
I started to learn classes in python and I am looking for problems about them. Are there any good online sites that I can find problems about them. If they also contain solutions, that would be great, but if not that is also okay. Problems can have the form like An administrator is a special...- Arman777
- Thread
- Classes Python
- Replies: 5
- Forum: Programming and Computer Science
-
Y
Help in my program using Classes
Hi I am integrating my program into using different Classes. I have been trouble shooting for a while and I am stuck on this error and I don't understand the problem even reading online. I am using two Specification files with no Implementation files. I just want to make it easier with less...- yungman
- Thread
- Classes Program
- Replies: 75
- Forum: Programming and Computer Science
-
C/C++ Is Deriving from std::exception Safe in C++?
I'm not a newbee to C++ but I've been out of the loop for a while. I know it's discouraged, if not directly a no-go, to derive from STL classes. Something that has to do, if I remember correctly, with the STL classes having no virtual destructors. It will work in the short run but may...- sbrothy
- Thread
- C++ Classes deriving
- Replies: 4
- Forum: Programming and Computer Science
-
F
Proof of Monotone Classes and Subsets in Measure Theory
My question is how to show ##\mathcal{F} \subset \sum'##. Here is my work for the problem: Proof of hint: First we'll show ##\sum## is a monotone class. Let ##(A_n)_{n\in\mathbb{N}} \subset \sum## and ##F \in \mathcal{F}##. There are two things to verify. Suppose ##(A_n) \uparrow A =...- fishturtle1
- Thread
- Classes Proof
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Courses Uncertain on which classes to take next semester
I'm nearing the end of community college, 2 more semesters to go to finish up math and physics major classes. I took differential equations and physics 1 (mechanics) this semester - found ODE easy and intro mechanics challenging; I tend to do well in math classes, but am not the most talented...- kepherax
- Thread
- Classes Semester
- Replies: 3
- Forum: STEM Academic Advising
-
Which 4 classes are the easiest?
Okay so which 4 classes would you recommend me to take? I am only wanting to teach high school astronomy LOL however, I have to pick 4 classes from here. Easiest classes would be?- Dark_matters84
- Thread
- Classes
- Replies: 18
- Forum: STEM Academic Advising
-
K
I Energy-Momentum Tensor: How Much Do University Students Learn?
There are plentty of textbooks and online papers that talk about the energy momentum tensor, but they all look to me as if they're only covering the very introductory aspects of it. To put another way, it seems that there's much more to be learn. I would like to know if university physics...- kent davidge
- Thread
- Classes Energy-momentum Energy-momentum tensor Tensor
- Replies: 3
- Forum: Special and General Relativity
-
F
Courses Is Taking 3-4 STEM Classes Per Semester Normal?
Hi! I'm unsure of what major to pick as an undergrad (physics vs. quantitative biology vs. mathematics), but I'm not too worried at the moment about the major at the moment - I'll do an evaluation at the end of this semester to determine where my strengths and interests are. What I'm more...- fishfriend
- Thread
- Classes Semester
- Replies: 13
- Forum: STEM Academic Advising
-
A
A Is a C^1 diffeomorphism with f of class C^k also a C^k diffeomorphism?
I am studying Choquet-Bruhat's Introduction to General Relativity, Black Holes and Cosmology, and I don't follow the hint in Exercise I.2.1: Exercise I.2.1 Let U,V be open subsets of R^d. Prove that a C^1 diffeomorphism f:U-->V with f of class C^k is a C^k diffeomorphism. Hint: ##\partial (f...- Avogadro Number
- Thread
- Classes Differentiation
- Replies: 3
- Forum: Calculus
-
S
Testing Which are the physics topic included in GRE classes?
Which are the physics topic included in GRE classes?- swara31
- Thread
- Classes Gre Physics Topic
- Replies: 6
- Forum: STEM Academic Advising
-
Do any of the higher classes require memorization?
I think the concept of memorizing (at least in the pure sciences) is not correct at all. I think it requires pure logic and skills over anything else. Memorizing is just 1 percent of the deal. I am a BSc first year student and I got an A in Zoology-I despite not having a photographic memory. I...- DrTherapist
- Thread
- Classes
- Replies: 15
- Forum: General Discussion
-
When you were in college, did you enjoy all the classes....
...relating to your major?- Eclair_de_XII
- Thread
- Classes College
- Replies: 8
- Forum: General Discussion
-
W
Taking 4 difficult ENGR related classes and working a part-time job?
I am taking next semester Differential equations, University physics 2, Electrical circuits class and lab and an Introduction to engineering course at a community college and I am planning to work part time. Is it a good idea or at least doable to do those classes and take a part-time job less...- Wsosa
- Thread
- Classes Difficulty Engeneering Job
- Replies: 3
- Forum: STEM Academic Advising
-
Solid State Group theory paper suggestions for my classes
I teach group theory for physicists, and I like to teach it following some papers. In general my students work with condensed matter, so I discuss group theory following these papers: [1] Group Theory and Normal Modes, American Journal of Physics 36, 529 (1968) [2] Nonsymmorphic Symmetries and...- Gerson J Ferreira
- Thread
- Classes Group Group theory Paper Suggestions Theory
- Replies: 4
- Forum: Science and Math Textbooks
-
Other What's your note taking method in physics classes?
Upon entering my first physics class, I've noticed that taking notes is radically different than in any other class. It seems that during lecture one has two options. Option 1: Don't take very many notes at all, and instead focus on the lecture. Option 2: Take good notes, and miss what the...- astroman707
- Thread
- Classes Lecture Lecture notes Method Notes Physics Study methods
- Replies: 12
- Forum: STEM Academic Advising
-
Studying Good resources to help with hard physics classes?
I'm having quite a bit of difficulty in my college's intro honors, calc-based physics class. I want to find some good resources, either online or text, to assist with learning the material. The issue I'm having is that most resources I find are either not in depth enough, or they're just as...- astroman707
- Thread
- Classes Engineering physics Hard Honors physics Intro physics Physics Resources
- Replies: 2
- Forum: STEM Academic Advising
-
Courses Need help deciding on one of my classes for my last semester
These are the classes I have decided so far for the next semester. Every prerequisite listed is a class I have already taken: Statistical Inference Sampling and parameter estimation, tests of hypotheses, correlation, regression, analysis of variance, sequential analysis, rank order statistics...- Eclair_de_XII
- Thread
- Classes Semester
- Replies: 7
- Forum: STEM Academic Advising
-
Studying How to study properly for physics classes
Hi, I'm starting my undergraduate physics degree this Monday and I'm trying to make up a good system of how I'm going to learn efficiently. This is what I came up with so far. The courses at my uni don't always follow a textbook, just parts of some, so I'll ask the lecturers about these and...- Robin04
- Thread
- Classes Physics Study
- Replies: 11
- Forum: STEM Academic Advising
-
Programs Advice on Extra Math Classes for a Physics Degree
To preface, I'm starting my Physics degree this upcoming semester. For the past year, I've been doing all of my generals while I took care of the mathematical prerequisites for the degree (College Algebra Preparation Class, College Algebra, and Trigonometry). Now that those are complete, I can...- opus
- Thread
- Classes Degree Physics Physics degree
- Replies: 16
- Forum: STEM Academic Advising
-
G
Schools Is this too many classes for one college semester
Fashion Art Techniques I The Science of Light and Color Introduction to the Fashion Industry History of the United States I Introductory Algebra GLBTQ Literature children's literature Foundations of Education Child Psychology and Development- Glitter lover
- Thread
- Classes College Schedule Semester
- Replies: 5
- Forum: STEM Academic Advising
-
G
Other List of Books to use for self-study before AP classes
I plan on taking a multitude of AP classes next year. I would like some books that I should buy for good study.- General Scientist
- Thread
- Ap Books Classes List Self-study Textbook
- Replies: 5
- Forum: Science and Math Textbooks
-
W
Schools Senior year before grad school: what classes to take?
Hi, I have one year of undergraduate classes left. I am trying to figure out how best to prepare for my applications to an AMO physics program (hopefully highly competitive). My first question is: how much importance can one class have? Maybe I am stressing too much about trying to make myself...- winstonboy
- Thread
- Classes Course Grad Grad school Graduate admission Physics School Senior Year
- Replies: 6
- Forum: STEM Academic Advising
-
Schools Can you Test out of College Classes?
So I finished my first year of college and I'll be transferring to a new college where a C or better is required. However my Intro to Anthropology(100) class I had an absolutely terrible professor who gave me a C- and so now it won't transfer and I'm out of $1,400. So my question is am I able...- Dan Card
- Thread
- Classes College Test
- Replies: 8
- Forum: STEM Academic Advising
-
A
Courses Figuring out which (undergrad) classes to take
I have spent the past few months incredibly conflicted. I just finished my freshman year of undergrad (at a 4-year American university) and I have discovered Biophysics, a field which I really want to pursue. However, I still love math and want to continue with my Applied Math major. I'm afraid...- asinoof
- Thread
- Biophysics Classes Math and physics Physics Undergrad
- Replies: 2
- Forum: STEM Academic Advising
-
N
A Explicit examples of calculations of Chern classes
Hello, I would like to find explicit calculations of Chern classes on various bundles. I mean examples where the steps are worked out explicitly, in terms of explicit connections. I have only found abstract and non explicit "examples". I only really understand things when I can work out...- nrqed
- Thread
- Calculations Classes Explicit
- Replies: 22
- Forum: Differential Geometry
-
R
Programs Too Many classes? (math major with a concentration in Pre-Medicine)
I am a math major with a concentration in Pre-Medicine and I am setting up my program for next year. I was wondering if taking Bio w/ a lab, Chem w/ a lab, Calc II and Linear algebra is just an unrealistic idea.- Roy c
- Thread
- Classes Concentration Major
- Replies: 11
- Forum: STEM Academic Advising
-
S
I Uncovering the 10 Classes of Ratios in Greek Mathematics
In the book 'ZERO THE BIOGRAPHY OF A DANGEROUS IDEA' Charles Seife says, "Because ratios were the key to understanding nature, the Pythagoreans and later Greek Mathematicians spent much of their energy investigating their properties. Eventually, they categorized proportions into 10 different...- Seneka
- Thread
- Classes Pythagoras Ratio Zero
- Replies: 1
- Forum: General Math
-
X
Schools What are the best college options for aspiring physics majors on the East Coast?
Hello, I am a high school junior looking at going into a career in physics. Over the past few years, I have found that I enjoy physics, specifically in "understanding" the atom, and the mind boggling ideas of what happens at that level. I think I want to study particle physics or quantum...- Xelikai
- Thread
- Career Career path Classes College High school Path Physics Program School University
- Replies: 16
- Forum: STEM Academic Advising
-
Studying Getting railroaded by my two math classes -- ISO advice
Since the semester has started, I've found myself regularly behind in my math classes. I usually stay a lesson ahead, but these classes have a lot more material and go much faster, so I'm taking a beating. The material isn't hard, but the notes are what's killing me. In one of the classes, we...- opus
- Thread
- Classes
- Replies: 13
- Forum: STEM Academic Advising
-
B
Part-Time Student: 300-Level Physics Classes
I'm not if this is the right place for this, so mods can feel free to move this. I'm a part-time student going into my second semester of 300 level physics class. This past semester I oscillated between feeling just fine and questioning whether physics was right for me (usually around test...- Blue Kangaroo
- Thread
- Classes Electrcity Magnetism Modern physics
- Replies: 5
- Forum: STEM Academic Advising
-
D
Comp Sci Working with classes and vectors in C++
Homework Statement Write a BinaryTree Class using these specifications: A Class Node represents a standard node of the tree with fields and a constructor like given below: int start, end; const Complex* value; //I will provide more information about Complex later because that was the...- diredragon
- Thread
- C++ Class Classes Programming Vectors
- Replies: 15
- Forum: Engineering and Comp Sci Homework Help
-
Z
Finding the Number of Classes Attended Based on Minutes and Cost
Homework Statement One company offers 45 minute classes at 12$ per class. If the number of minutes Randilf spent during Yoga this month was 132 greater than the number of dollars he paid, how many classes did he attend? Homework Equations No standard eq The Attempt at a Solution First class...- zak100
- Thread
- Classes
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
P
Courses Would taking Calc III make up for having *Zero* AP classes?
Hi PF! :') Ultimately, I've taken zero AP classes in my entire time in high school and, at first, I didn't see this as a problem. But now there are a couple of people who've told me otherwise (in terms of getting into college for undergrad). SO, if I take calc III at my local community college...- ProfuselyQuarky
- Thread
- Ap Calc iii Classes Zero
- Replies: 23
- Forum: STEM Academic Advising