Writing Definition and 688 Threads
-
V
AI Consciousness?
I know this topic is extremely contraversial and debated, but I'm writing a book where an AI attempts to become as human as possible. Would it, eventually, especially in the far future, be possible for an AI to gain a conscious? To be clear, my definition of a consciousness being the ability to...- victoriaperine
- Thread
- Ai Writing
- Replies: 13
- Forum: Sci-Fi Writing and World Building
-
Advice Wanted for Book Writing/Publishing
I have been interested in writing a book for a while and recently got to talk with a book agent to get some understanding of how publishing might work for me in my specific case. This has caused me to rethink some things. The book I want to write is about what it means to biology if you...- BillTre
- Thread
- Book Publishing Writing
- Replies: 25
- Forum: General Discussion
-
Academic Ghost Writers
Are academic ghost writers a thing? I've written a paper on the fine tuning argument, defending naturalism and while the arguments are sound (I would say that) it's not really up to a publishable standard. I worked with an editor but he really only did some copy editing, so I was wondering if...- Lynch101
- Thread
- Academic Writing
- Replies: 8
- Forum: General Discussion
-
U
Rapidograph, technical drawing
In the past was enginners/students draw directly with rapidograph or first with mechanical pencil and after that redraw everything with rapidograph? Is rapidograph good for writing or he works only in vertical position? Why rapidograph if we have ozalid machines?- user079622
- Thread
- Engineering Writing
- Replies: 25
- Forum: General Discussion
-
S
Could Cephalopods Be the Dominant Species in Parallel Worlds?
I have a story idea involving MWI and a world where the evolutionary branches that would produce octopuses and mammals split 500+ million years ago. A group of conspiracy theorists think cephalopods became the dominant species in some worlds and want to "visit," and it might be possible. I want...- Sayestu
- Thread
- Science fiction Writing
- Replies: 11
- Forum: Sci-Fi Writing and World Building
-
When writing a third-person limited narrative for an amnesiac, what is...
the protocol for how to refer to the person that the narrative is going to be told through? For more context, the overarching narrative follows different people. The person's name has already been established earlier in the story. Moreover, the person will regain her memory during the last...- Eclair_de_XII
- Thread
- Writing
- Replies: 10
- Forum: Sci-Fi Writing and World Building
-
Physics Guidance For Writing Scientific Papers In A Second Language
I feel compelled to note a valuable new article in the magazine Science about the task of writing scientific papers in English when your native language is not English. The article is written by a Chinese scientist who did his PhD in the U.K. The basic message is to keep it simple. Use short...- ohwilleke
- Thread
- Guidance Language Papers Scientific Writing
- Replies: 3
- Forum: STEM Career Guidance
-
A
I About writing a unitary matrix in another way
It is easy to see that a matrix of the given form is actually an unitary matrix i,e, satisfying AA^*=I with determinant 1. But, how to see that an unitary matrix can be represented in the given way?- aalma
- Thread
- Algebra Matrix unitary matrix Writing
- Replies: 3
- Forum: Linear and Abstract Algebra
-
V
Find all the ways of writing N into x^2-y^2
We are required to find every way in which we can write 112 as x2-y2. I already found one way using a 2≡b2modN. The values 112≡32mod(112) work and we can factor it as 14x8=112, I am confused how to approach this further for determining other values or would I just stop here? If I do test more...- ver_mathstats
- Thread
- Writing
- Replies: 8
- Forum: Precalculus Mathematics Homework Help
-
C
Writing a logarithm in a form not involving logarithms
logyx + logxy = 3/2 Solution $$\begin{align*}\log_{ y }{ x } + \log_{ x }{ y } &= \frac{ 3 }{ 2 } \\ \log_{ x }{ y } &= \frac{ \log_{ y }{ y } }{ \log_{ y }{ x } } \\ \log_{ y }{ x } + \frac{ 1 }{ \log_{ y }{ x } } &= \frac{ 3 }{ 2 } \\ \left(\log_{ y }{ x } \right)^ { 2 } + 1 &=...- Chijioke
- Thread
- Form Logarithm Logarithms Writing
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
U
Comp Sci X86 NASM reading from the terminal and writing back to the terminal
cpu 8086 segment code ..start mov ax,data mov ds,ax mov ax,stack mov ss,ax mov sp,dno mov es, ax start_2 mov ah, 0x0a mov dx, buffer int 21h cmp al, 0 je print_lines inc word [count] mov si, buffer mov di, line mov cx, 100...- user8989898
- Thread
- Assembly cpu Programming Reading Writing x86
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
I Designing an Invariant Lagrangian: Rules and Considerations
What are the rules for writing a good Lagrangian? I know that it should be a function of the position and its first order derivatives, because we know that we only need 2 initial conditions (position and velocity) to uniquely determine the future of the particle. I know that the action has to be...- accdd
- Thread
- Lagrangian Writing
- Replies: 2
- Forum: Classical Physics
-
Writing a Physics laboratory worksheet, Inspired by Inquiry
Hi, the task for me is writing a worksheet about Physics experiments in the classroom with a strong emphasis on Inquiry Methods. If you have any suggestion about it (web, courses, people in the field), I'd be very grateful to hear from you. In the meantime, have a safe day.- robertphy
- Thread
- Laboratory Physics Writing
- Replies: 2
- Forum: STEM Educators and Teaching
-
S
Comp Sci Learn How to Write Pseudocode: Questions Answered!
I just learned about pseudocode, and I am confused about how I should use/write it. For the question, 1: sum ← 0 2: For i in range (3) do: 3: sum ← sum +max(A) 4: remove max(A) from list A 5: return sum The following is the kind of pseudocode I want to write. I have several...- Sunwoo Bae
- Thread
- Writing
- Replies: 15
- Forum: Engineering and Comp Sci Homework Help
-
I Writing down an explicit homotopy
I understand that a homotopy is a continuous deformation. The only thing I really remember is something in my notes like this: F(s, 0) = a(s) for 0≤s≤1 and F(s, 1) = a * Id(s). Basically I have to construct some sort of piece-wise function such that I go something like two loops half of the time...- Mikaelochi
- Thread
- Explicit Writing
- Replies: 4
- Forum: Topology and Analysis
-
M
I Question regarding writing proofs
I have a couple general questions regarding writing proofs: Do proofs typically fall into being one out of all of the rules of inference (page 6-7 on this pdf) or is it that generally, most proofs may categorically qualify within a very small subset of the rules of inference (say “many common...- Munnu
- Thread
- Proofs Writing
- Replies: 4
- Forum: General Math
-
Writing some ZF axioms with FOL symbols
The axioms: My work: Extension:$$\forall x\forall y,\,(x=y)\iff(\forall z,\,(z\in x\iff z\in y))$$ Empty Set:$$\exists x|\forall y,\,\neg(y\in x)$$ Pair Set:$$\forall c\forall d,\,\exists e|(c\in e)\wedge(d\in e)\wedge[\forall f,\,\neg((f=c)\vee(f=d))\implies\neg(f\in e)]$$ If you consider any...- plum356
- Thread
- Axioms Symbols Writing
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
I Writing the wave function solutions for a particle in a 2-D box
The final wave function solutions for a particle trapped in an infinite square well is written as: $$\Psi(x,t) = \Sigma_{n=1}^{\infty} C_n\sqrt{\frac{2}{L_x}}sin(\frac{n\pi}{L_x}x)e^{-\frac{in^2{\pi}^2\hbar t}{2m{L_x}^2}}$$ The square of the coefficient ##C_n## i.e. ##{|C_n|}^2## is...- Hamiltonian
- Thread
- Box Function Particle Wave Wave function Writing
- Replies: 1
- Forum: Quantum Physics
-
C
MHB How Do You Write a PDE in Terms of x and y?
Hi all, I am hoping someone can help me understand a PDE. I am reading a paper and am trying to follow the math. My experience with PDEs is limited though and I am not sure I am understanding it all correctly. I have 3 coupled PDEs, for $n$, $f$ and $c$, that are written in general form, and I...- Carla1985
- Thread
- Pde Terms Writing
- Replies: 3
- Forum: Differential Equations
-
Doubt related to notation used in writing Maxwell's equations
What does ##S=\partial V## and ##C=\partial S## signify, usually I have only seen books writing ##C## when evaluating a line integral over a curve ##C## and ##S## when evaluating a surface integral over a surface ##S##. Could someone clarify what ##\partial S## and ##\partial V## mean?- Hamiltonian
- Thread
- Doubt Maxwell's equations Notation Writing
- Replies: 1
- Forum: Introductory Physics Homework Help
-
Other I feel anxious when writing my first paper
Hi, there. I am starting writing my first paper now. But I do not feel very well. First, my brain is almost empty when I start to write the introduction section. I feel I have many things to say but they disappear when I really start to type. I am afraid the structure of this section will not...- Haorong Wu
- Thread
- Paper Writing
- Replies: 9
- Forum: STEM Academic Advising
-
Other Publisher/editor writing science textbooks
how do publishers and editors write and make mathematical function graphs and format their textbooks... ? what softwares and programs do calculus or chemistry publishers use to create their textbooks ? Thanks- anmac1789
- Thread
- Science Textbooks Writing
- Replies: 10
- Forum: Science and Math Textbooks
-
A
Writing the charge density in the form of the Dirac delta function
Hey guys! Sorry if this is a stupid question but I'm having some trouble to express this charge distribution as dirac delta functions. I know that the charge distribution of a circular disc in the ##x-y##-plane with radius ##a## and charge ##q## is given by $$\rho(r,\theta)=qC_a...- approx12
- Thread
- Charge Charge density Delta Delta function Density Dirac Dirac delta Dirac delta function Electrodynamics Form Function Writing
- Replies: 5
- Forum: Advanced Physics Homework Help
-
Writing an expression for work done by frictional force
I took a stab at the question, but I don't think I did it right. I know that Work = Change in Energy thus, Work = final energy - initial energy Because there is no energy at the final position, then final energy = 0 (I'm not sure if this is correct). So I got the equation W = 0 - (1/2kA^2 +...- imbadatphysics212
- Thread
- Expression Force Frictional force Work Work done Writing
- Replies: 8
- Forum: Introductory Physics Homework Help
-
Python How to Write Python Output into an Excel CSV File?
I have a code like from random import randint from string import ascii_lowercase file = open("data.txt", "w") numbers = [] for j in range(26): # generating a list of random number random_num = [randint(0, 7) for i in range(120)] numbers.append(random_num) # matching these numbers...- Arman777
- Thread
- Csv Data File Writing
- Replies: 34
- Forum: Programming and Computer Science
-
Comp Sci Writing a Little Man Computer program to compare 2 integers
I've attempted and I can retrieve a 0 when the first input is greater than the second using BRP. I can't seem to get the output of 1 if the first input is equal to the second input. I also don't get a 2 output with the first input being less than the second. I also have no idea how to loop a...- DanjoJojo
- Thread
- Compare Computer Computer science Integers Program Writing
- Replies: 18
- Forum: Engineering and Comp Sci Homework Help
-
K
Ideas for novel I'm writing I would love some insight on a concept
Summary:: Ideas for a novel I want to begin writing. Brainstorming ideas and need help with a certain concept. Any help is appreciated! Hello to you all, this is my first post, and I Google searched this astrophysics forum because I thought it might be a good place to begin asking for advice...- KelticKemist1987
- Thread
- Concept Fiction Ideas Insight Love Novel Scifi Space Time dilation Writing
- Replies: 5
- Forum: Sci-Fi Writing and World Building
-
Do you consider writing this program a bit of a challenge?
Do you consider writing a program that takes 3 integer inputs and orders them in ascending order (accounting for same numbers) difficult? You can only use if statements (if, else if, else). I know there is some thing called "sort" that does the tedious work for you but do you find this simple...- Hacker Jack
- Thread
- Bit Challenge Program Writing
- Replies: 49
- Forum: Programming and Computer Science
-
Python Writing modules that require supplementary files
I'm working with Python modules at the mo', and I am having trouble trying to decide how best to include supplementary material that is accessed by my module, but not necessarily a part of it. The program works alright when accessing it from the IDE, but it fails to recognize the files when I'm...- Eclair_de_XII
- Thread
- files Modules Writing
- Replies: 9
- Forum: Programming and Computer Science
-
S
B What is the difference between writing f and f(x)?
Some people say f is the function and some say f(x) is the function. f and f(x) are often used interchangeably. I have seen in many textbooks, sentences such as "Let f(x) be a function ...". But as we know that f represents our function then why it is given "f(x) is a function". i am confused...- SHASHWAT PRATAP SING
- Thread
- Difference Writing
- Replies: 10
- Forum: Calculus
-
Write a Paper: Is Environment "Fact" OK?
Stupid question. Is that possible form the style and language viewpoint to write such things in the article: is the environment "Fact" ok?- wrobel
- Thread
- Paper Writing
- Replies: 2
- Forum: General Discussion
-
Writing a Paper in Word 2019: Questions & Answers
Hi, I was practicing writing a paper in MS Word 2019 and need your help with few important points. I understand it's little too many queries but they are all related so I thought asking them together would be a better idea. Thanks in advance! 1: Suppose once I was done adding all the...- PainterGuy
- Thread
- Paper Writing
- Replies: 3
- Forum: General Discussion
-
M
Closing the writing loop, again with thanks
It's only a small PF shout out for my third novel, Handwavium, because it is more techno thriller than pure sci-fi story, so it didn't ask much from the collective brainpower of the forums. Still @Vanadium 50 and @stefan r gave their assists with gravitational wave triangulation, for which I...- member 656954
- Thread
- Loop Thanks Writing
- Replies: 4
- Forum: Sci-Fi Writing and World Building
-
Y
Please help solving this problem: Reading & Writing Records in a Structure
Hi I have a funky problem I have been working on for over a day, it is supposed to be quite simple, but I have funny result. What the program does is to pick out one of the five records(of structure) stored in the file, modify it and store back into the file in the same position. It supposed to...- yungman
- Thread
- Reading Structure Writing
- Replies: 10
- Forum: Programming and Computer Science
-
S
Comp Sci Alternative way of writing "Either Alice or Bob is not in the room."
Let P stand for Alice is in the room. Let Q stand for Bob is in the room. (P ^ ~Q) v (~P ^ Q) Either Alice is in the room and Bob isn't or Alice isn't in the room and Bob is. Would this be acceptable?- sonadoramante
- Thread
- Writing
- Replies: 25
- Forum: Engineering and Comp Sci Homework Help
-
J
What type of letters are used in aero-engineering when hand writing?
Which type of letters is rule to use in aero-engineering when hand writing? All capitals-block letters, cursive, upper and lower case-block letters. .?- John Mcrain
- Thread
- hand Type Writing
- Replies: 34
- Forum: Aerospace Engineering
-
How Can You Solve Time and Distance Simultaneous Equations for a Car Journey?
Equation 1: Where t1=time spent on motorway Where t2=time spent on country roads t1+t2=4 Equation 2: Using distance = speed * time 200 = 70*t1+40*t2 Rearrange equation 1 in terms of t1; t1=4-t2 Substitute the rearranged form of equation 1 into equation 2: 200=70(4-t2)+40t2 200=280-70t2+40t2...- AN630078
- Thread
- Car Simultaneous equations Writing
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
Netflix series DARK - Taking Sci-Fi Writing to a New Level
Hi. Any fans of DARK here? This show was mind blowing. The feel of the show may be to heavy for some, especially in the beginning. So it may not be your style. But if you like that atmosphere, the series is truly amazing. The writing is on a whole new level. If you haven't watched it, I...- FourEyedRaven
- Thread
- Sci-fi Series Writing
- Replies: 3
- Forum: Science Fiction and Fantasy Media
-
Can Humans Metabolize Alien Life Forms on a Colonized Ocean World?
I'm writing a science fiction short story about an ocean world with indigenous life, colonized by humans, and I want to check some of my "facts".1. Given the possibility/assumption of panspermia, spreading hydrocarbons and possibly even simple enzymes between systems, is it plausible for a...- DaveC426913
- Thread
- Ocean Writing
- Replies: 11
- Forum: Sci-Fi Writing and World Building
-
Is There a New Code Format for Writing Equations on Physics Forums?
Is there a new code format for writing equations here? I usually use $$ or ## to delineated code, but that doesn't seem to work anymore. Thanks.- Diracobama2181
- Thread
- Writing
- Replies: 3
- Forum: General Discussion
-
D
Python Need linux/python help with writing to csv file in cron
I'm writing a simple script that writes to a csv file. When ran from console it works fine. When ran with cron, it doesn't write. No errors in the log. All files and folders are 777. The cron is active and running. What am I missing?- devadmin
- Thread
- Csv File Writing
- Replies: 7
- Forum: Programming and Computer Science
-
J
MATLAB Writing a matlab program to solve the Kepler Problem (Universal Vars)
Introduction: I am writing a Matlab program that solves the Kepler problem for any Elliptical, Hyperbolic, or Circular orbit. Given an initial position vector, velocity vector, find the position vector and velocity vector after some given time. I am not doing this for any class, I have been...- Julez55
- Thread
- Kepler Matlab Matlab code Program Writing
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Z
Is Write-Only Memory a Real Thing in Hardware Design?
I have bolded the text. I have two problems: Page fault occurs if the page is not in memory but the above text says that (a)the page fault occurs at the time of modifying or writing the page? I can’t understand that. (b) Also I can't understand the text “, allowing the operating system to set...- zak100
- Thread
- Fault Writing
- Replies: 3
- Forum: Programming and Computer Science
-
M
Closing the writing loop, with thanks
I haven't been on PF that long, and I mostly post in the Science Fiction section, but I have noticed in the "Writing and World Building" forum that few of us loop back after asking for help to let people know, "My novel is done". So, just to let you know, my novel is done and is live in the...- member 656954
- Thread
- Loop Thanks Writing
- Replies: 4
- Forum: Sci-Fi Writing and World Building
-
S
I Writing about a simple physics lab
One of my novel's leads is a physics student. In the following lab: what would students learn about waves? What kind of measurement results would they get (not specific numbers, but, for instance, proportions of node lengths to rope lengths)?- sayetsu
- Thread
- Lab Physics Physics lab Writing
- Replies: 3
- Forum: Classical Physics
-
Z
Writing a squared observable in Dirac notation
Edited after post below: Hi, I need to show that the square of the expectation value of an observable takes a certain form in Dirac notation. I know in wave notation that the expectation value is a sandwich integral which looks like this: ##<A>=\int_{-\infty}^\infty \Psi^*(x) \hat A \Psi (x)...- Zero1010
- Thread
- Dirac Dirac notation Notation Observable Writing
- Replies: 9
- Forum: Advanced Physics Homework Help
-
How Should Negative Percentages Be Written?
Curious on thoughts here about writing with negative numbers, i.e. do you write A) xxx declined -2% or B) xxx declined 2% this is for the general public, if that makes a difference Argue about this at work, have not seen any style guide addressing this.- BWV
- Thread
- Writing
- Replies: 5
- Forum: General Discussion
-
Other Guide to obtaining research funding or grant writing?
Hello, I am looking for advice on where to go to find funding opportunities in the hard sciences, and how to go about the application prcess once a source is identified. I know that is pretty general, but my knowledge is at the beginner's level. I would take links to websites that talk about...- mfig
- Thread
- Funding Research Writing
- Replies: 10
- Forum: STEM Academic Advising
-
News Michael D. Coe, Decoded Mayan Writing, is Dead
Michael Coe who broke the code of Mayan writing has died of a stroke. Until his work, Mayan writing was not understood and many thought they were just pictures. This kind of work was limited by lack of material as most examples of Mayan writting was destroyed by Spanish Conquistadors. He...- BillTre
- Thread
- Writing
- Replies: 2
- Forum: General Discussion
-
LaTeX Writing Feynman slash notation in LaTeX
I started reading QFT recently. With respect to the Dirac spinors, I was introduced to Feynman's slash notation: OR There are sites which say how this can be inserted in LaTeX documents. I checked out the LaTeX guide of PF, but found that it is not listed there. Writing...- Wrichik Basu
- Thread
- Feynman Latex Notation Writing
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX